Browse Source

If the header file is not found, bail out.

experimental/rand_redesign
foobar 25 years ago
parent
commit
601b4727b6
  1. 2
      ext/pgsql/config.m4

2
ext/pgsql/config.m4

@ -18,7 +18,7 @@ if test "$PHP_PGSQL" != "no"; then
done done
if test -z "$PGSQL_DIR"; then if test -z "$PGSQL_DIR"; then
AC_MSG_RESULT(Cannot find libpq-fe.h. Please specify the installation path of PostgreSQL)
AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify the installation path of PostgreSQL)
fi fi
PGSQL_INCLUDE=-I$PGSQL_INCDIR PGSQL_INCLUDE=-I$PGSQL_INCDIR

Loading…
Cancel
Save