From 6e0e5c9a9d510830e9bc7e083932176e87b53d20 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 19 Feb 2022 20:53:11 -0500 Subject: Bump required PostgreSQL to 13.0 (per README) * configure.ac (AX_LIB_POSTGRESQL): ...here. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3