qdbm-is-usr_include_qdbm
authorDebian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:53 +0000 (10:26 +0200)
committerOndř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

index 51bdd8435d98704ae36e92c44b4fe8eacf4bc6f9..79136d526a161b0d55fa64cf379a6b6420b8bf6f 100644 (file)
@@ -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