aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c110b97a0..7685bd9d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -778,6 +778,7 @@ AC_SUBST(SQLITE_LDFLAGS)
778postgres=false 778postgres=false
779AX_LIB_POSTGRESQL([]) 779AX_LIB_POSTGRESQL([])
780if test "$found_postgresql" = "yes"; then 780if test "$found_postgresql" = "yes"; then
781 CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
781 AC_CHECK_HEADERS([libpq-fe.h], 782 AC_CHECK_HEADERS([libpq-fe.h],
782 postgres=true) 783 postgres=true)
783fi 784fi