From: Ari Johnson Date: Tue, 26 Apr 2011 03:29:51 +0000 (-0500) Subject: Only warn if pg_conf not found in m4/postgres.m4 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=81340f228bfaea888c77c358432489379030352c;p=cobramush.git Only warn if pg_conf not found in m4/postgres.m4 --- diff --git a/m4/postgres.m4 b/m4/postgres.m4 index 0bc5fb7..92dbfad 100644 --- a/m4/postgres.m4 +++ b/m4/postgres.m4 @@ -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