Only warn if pg_conf not found in m4/postgres.m4
authorAri Johnson <ari@theari.com>
Tue, 26 Apr 2011 03:29:51 +0000 (22:29 -0500)
committerAri Johnson <ari@theari.com>
Tue, 26 Apr 2011 03:29:51 +0000 (22:29 -0500)
m4/postgres.m4

index 0bc5fb7202c0dd83ff5e0c1d967c34fd1a9d9f36..92dbfad59120c478a838963cf0b800c0badaa98a 100644 (file)
@@ -80,7 +80,7 @@ AC_DEFUN([AX_LIB_POSTGRESQL],
         fi
 
         if test ! -x "$PG_CONFIG"; then
-            AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an exectuable file])
+            AC_MSG_WARN([$PG_CONFIG does not exist or it is not an exectuable file])
             PG_CONFIG="no"
             found_postgresql="no"
         fi