From 81340f228bfaea888c77c358432489379030352c Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Mon, 25 Apr 2011 22:29:51 -0500 Subject: [PATCH] Only warn if pg_conf not found in m4/postgres.m4 --- m4/postgres.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2