From: foobar Date: Tue, 14 Aug 2001 08:53:48 +0000 (+0000) Subject: If the header file is not found, bail out. X-Git-Tag: php-4.0.7RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=601b4727b6b2308226ae703e36fff79e9700f317;p=php If the header file is not found, bail out. --- diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 90f1ecf6cc..46a4d95303 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -18,7 +18,7 @@ if test "$PHP_PGSQL" != "no"; then done 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 PGSQL_INCLUDE=-I$PGSQL_INCDIR