From 601b4727b6b2308226ae703e36fff79e9700f317 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 14 Aug 2001 08:53:48 +0000 Subject: [PATCH] If the header file is not found, bail out. --- ext/pgsql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1