X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=config.m4;h=21d3b88cb913b4e9c633c7c0f91aeb9cd4951b60;hp=310382b80971c2b73c3b29a58a6833eb27cc704e;hb=a1dd22ffd46416cf229ae78963885f22e8e01a51;hpb=c5e31d5d4f67df1d1b6ac95d36f5b0c38afc866d diff --git a/config.m4 b/config.m4 index 310382b..21d3b88 100644 --- a/config.m4 +++ b/config.m4 @@ -61,8 +61,12 @@ if test "$PHP_PQ" != "no"; then if test "$PHP_PQ_POSTGRESQL" != "yes"; then SEARCH_PATH="$PHP_PQ_POSTGRESQL $SEARCH_PATH" fi + CATALOG_PATH="" for i in $SEARCH_PATH; do - CATALOG="$i/include/postgresql/server/catalog/pg_type.h" + CATALOG_PATH="$i/include/server/catalog/pg_type.h $CATALOG_PATH" + CATALOG_PATH="$i/include/postgresql/server/catalog/pg_type.h $CATALOG_PATH" + done + for CATALOG in $CATALOG_PATH; do AC_MSG_CHECKING(for $CATALOG) if test -f "$CATALOG"; then AC_MSG_RESULT(yep)