aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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