projects
/
php8.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8174eec
)
qdbm-is-usr_include_qdbm
author
Debian PHP Maintainers
<pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:53 +0000
(10:26 +0200)
committer
Ondřej Surý
<ondrej@debian.org>
Tue, 24 Dec 2024 06:20:41 +0000
(07:20 +0100)
Gbp-Pq: Name 0009-qdbm-is-usr_include_qdbm.patch
ext/dba/config.m4
patch
|
blob
|
history
diff --git
a/ext/dba/config.m4
b/ext/dba/config.m4
index 51bdd8435d98704ae36e92c44b4fe8eacf4bc6f9..79136d526a161b0d55fa64cf379a6b6420b8bf6f 100644
(file)
--- a/
ext/dba/config.m4
+++ b/
ext/dba/config.m4
@@
-145,6
+145,10
@@
if test "$PHP_QDBM" != "no"; then
THIS_PREFIX=$i
THIS_INCLUDE=$i/include/qdbm/depot.h
break
+ elif test -f "$i/include/qdbm/depot.h"; then
+ THIS_PREFIX=$i
+ THIS_INCLUDE=$i/include/qdbm/depot.h
+ break
fi
done