mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
Allow lookup of distro-packaged QDBM headers on Debian
This commit is contained in:
parent
3a937c46e0
commit
7a81505f6f
@ -141,6 +141,10 @@ if test "$PHP_QDBM" != "no"; then
|
||||
THIS_PREFIX=$i
|
||||
THIS_INCLUDE=$i/include/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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user