]> granicus.if.org Git - php/commitdiff
If the header file is not found, bail out.
authorfoobar <sniper@php.net>
Tue, 14 Aug 2001 08:53:48 +0000 (08:53 +0000)
committerfoobar <sniper@php.net>
Tue, 14 Aug 2001 08:53:48 +0000 (08:53 +0000)
ext/pgsql/config.m4

index 90f1ecf6cc273e26b609e2de1e6de5ae1c1396aa..46a4d9530321d3e74cc28d536aaf71b2d80b52eb 100644 (file)
@@ -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