commit 6b4b48a8a59e8d00bf16c0079aefcf850676dbae
parent b20f01702f673607aa18c5f476d973971c2f7d2c
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 29 Sep 2023 12:43:43 +0200
-bump required version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -101,7 +101,7 @@ AS_IF([test $libgnunetutil != 1],
# test for postgres
-AX_LIB_POSTGRESQL([9.3])
+AX_LIB_POSTGRESQL([15])
AS_IF([test "x$found_postgresql" = "xyes"],[postgres=true])
AM_CONDITIONAL(HAVE_POSTGRESQL, test x$postgres = xtrue)