aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-09 00:15:45 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-09 00:15:54 +0100
commit99350928f4087a116de62350d7d3f293e50e468c (patch)
tree84f143effd684bfda4447c11fb256e7ec65d6243 /configure.ac
parent4bf28bcaa25b8da6c28520a1aa18275dbe5f27a4 (diff)
downloadgnunet-99350928f4087a116de62350d7d3f293e50e468c.tar.gz
gnunet-99350928f4087a116de62350d7d3f293e50e468c.zip
we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump dependency requirements
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 9fa620128..273301f1b 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([]) 821 AX_LIB_POSTGRESQL([9.6])
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],