aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 273301f1b..a7b90597a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -818,7 +818,7 @@ CPPFLAGS=$SAVE_CPPFLAGS
818postgres=false 818postgres=false
819# even running the check for postgres breaks emscripten ... 819# even running the check for postgres breaks emscripten ...
820if test "$taler_only" != yes; then 820if test "$taler_only" != yes; then
821 AX_LIB_POSTGRESQL([9.6]) 821 AX_LIB_POSTGRESQL([9.5])
822 if test "$found_postgresql" = "yes"; then 822 if test "$found_postgresql" = "yes"; then
823 CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS" 823 CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
824 AC_CHECK_HEADERS([libpq-fe.h], 824 AC_CHECK_HEADERS([libpq-fe.h],