Skip to content

Commit 7a81505

Browse files
stephenreaycmb69
authored andcommitted
Allow lookup of distro-packaged QDBM headers on Debian
1 parent 3a937c4 commit 7a81505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/dba/config.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ if test "$PHP_QDBM" != "no"; then
141141
THIS_PREFIX=$i
142142
THIS_INCLUDE=$i/include/depot.h
143143
break
144+
elif test -f "$i/include/qdbm/depot.h"; then
145+
THIS_PREFIX=$i
146+
THIS_INCLUDE=$i/include/qdbm/depot.h
147+
break
144148
fi
145149
done
146150

0 commit comments

Comments
 (0)