aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-08-12 12:51:28 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-08-12 12:51:28 +0000
commit0f78836a920e83ff987d0a4f3490de892bfa0892 (patch)
treeeadd70515396193ed2b7b00dbeb1009bbcd42d75 /m4
parent53d3397bf638156cbbedd9d8da379eb502dc9d83 (diff)
downloadgnunet-0f78836a920e83ff987d0a4f3490de892bfa0892.tar.gz
gnunet-0f78836a920e83ff987d0a4f3490de892bfa0892.zip
Do not bail out when pg_config is not found.
Diffstat (limited to '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