From 0f78836a920e83ff987d0a4f3490de892bfa0892 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 12 Aug 2014 12:51:28 +0000 Subject: Do not bail out when pg_config is not found. --- m4/ax_lib_postgresql.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4 index f02a13ac5..d547383e4 100644 --- a/m4/ax_lib_postgresql.m4 +++ b/m4/ax_lib_postgresql.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]) + dnl AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an exectuable file]) PG_CONFIG="no" found_postgresql="no" fi -- cgit v1.2.3