diff options
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 99d2e534c..5efd4d669 100644 --- a/configure.ac +++ b/configure.ac @@ -335,7 +335,7 @@ AS_IF([test $jansson = 0], # test for postgres -AX_LIB_POSTGRESQL([9.3]) +AX_LIB_POSTGRESQL([13.0]) AS_IF([test "x$found_postgresql" = "xyes"],[postgres=true]) TALER_LIB_LDFLAGS="-export-dynamic -no-undefined" |