aboutsummaryrefslogtreecommitdiff
path: root/m4/ax_lib_postgresql.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_lib_postgresql.m4')
-rw-r--r--m4/ax_lib_postgresql.m42
1 files changed, 1 insertions, 1 deletions
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],
80 fi 80 fi
81 81
82 if test ! -x "$PG_CONFIG"; then 82 if test ! -x "$PG_CONFIG"; then
83 AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an exectuable file]) 83 dnl AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an exectuable file])
84 PG_CONFIG="no" 84 PG_CONFIG="no"
85 found_postgresql="no" 85 found_postgresql="no"
86 fi 86 fi