X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config9.m4;h=5ff470500ff24226bbd32f3a981eaf555c27bee1;hp=0f86f4c43a3a7531e25022a789e00b49c1374e14;hb=ea5b7d30160c649d04af798eb2181191188d4f12;hpb=4178384df65aa8252ced766cfd501bbee7ce82ea diff --git a/config9.m4 b/config9.m4 index 0f86f4c..5ff4705 100644 --- a/config9.m4 +++ b/config9.m4 @@ -10,7 +10,7 @@ if test "$PHP_PQ" != "no"; then dnl for Debian AC_MSG_CHECKING(for $i/include/postgresql/libpq-events.h) if test -f "$i/include/postgresql/libpq-events.h"; then - PQ_INCDIR=$i + PQ_INCDIR=$i/include/postgresql AC_MSG_RESULT(yep) break fi @@ -37,6 +37,7 @@ if test "$PHP_PQ" != "no"; then break fi dnl for Debian + AC_MSG_CHECKING(for $i/$PHP_LIBDIR/x86_64-linux-gnu/libpq.$SHLIB_SUFFIX_NAME) if test -f "$i/$PHP_LIBDIR/x86_64-linux-gnu/libpq.$SHLIB_SUFFIX_NAME"; then PQ_LIBDIR=$i/$PHP_LIBDIR/x86_64-linux-gnu AC_MSG_RESULT(yep)