mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Allow lookup of distro-packaged QDBM headers on Debian
This commit is contained in:
commit
72f73f95b5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue