aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-22 13:36:21 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-22 13:36:21 +0100
commitddf8ca4b3012f240cfc6020fd8e8347ee3308872 (patch)
treef39999dc9a96faad1b631ff5d47b82cb1607b0a7 /configure.ac
parenta9c5183b1b40792dff463b32b7e884e36a8ed5de (diff)
downloadgnunet-ddf8ca4b3012f240cfc6020fd8e8347ee3308872.tar.gz
gnunet-ddf8ca4b3012f240cfc6020fd8e8347ee3308872.zip
no hard fail if pq not found
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45b2024a5..c322f57ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1072,7 +1072,8 @@ AS_IF([test "$taler_only" != yes],
1072 [CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS" 1072 [CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
1073 AC_CHECK_HEADERS([libpq-fe.h], 1073 AC_CHECK_HEADERS([libpq-fe.h],
1074 postgres=true) 1074 postgres=true)
1075 ])]) 1075 ])],
1076 [AC_MSG_RESULT([no postgres])])
1076AM_CONDITIONAL(HAVE_POSTGRESQL, test x$postgres = xtrue) 1077AM_CONDITIONAL(HAVE_POSTGRESQL, test x$postgres = xtrue)
1077 1078
1078 1079