Allow lookup of distro-packaged QDBM headers on Debian

This commit is contained in:
Stephen Reay 2019-09-22 22:51:36 +07:00 committed by Christoph M. Becker
parent 3a937c46e0
commit 7a81505f6f

View File

@ -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