diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-09 00:15:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-09 00:15:54 +0100 |
commit | 99350928f4087a116de62350d7d3f293e50e468c (patch) | |
tree | 84f143effd684bfda4447c11fb256e7ec65d6243 /configure.ac | |
parent | 4bf28bcaa25b8da6c28520a1aa18275dbe5f27a4 (diff) |
we use CREATE INDEX IF NOT EXITS, this requires postgres>=9.6, bump dependency requirements
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9fa6201282..273301f1b6 100644 --- a/configure.ac +++ b/configure.ac @@ -818,7 +818,7 @@ CPPFLAGS=$SAVE_CPPFLAGS postgres=false # even running the check for postgres breaks emscripten ... if test "$taler_only" != yes; then - AX_LIB_POSTGRESQL([]) + AX_LIB_POSTGRESQL([9.6]) if test "$found_postgresql" = "yes"; then CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS" AC_CHECK_HEADERS([libpq-fe.h], |