summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-29 12:43:43 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-29 12:43:48 +0200
commit6b4b48a8a59e8d00bf16c0079aefcf850676dbae (patch)
tree39e705aae6acd85d24242feb4dd93005089e2e06
parentb20f01702f673607aa18c5f476d973971c2f7d2c (diff)
downloadsync-6b4b48a8a59e8d00bf16c0079aefcf850676dbae.tar.gz
sync-6b4b48a8a59e8d00bf16c0079aefcf850676dbae.tar.bz2
sync-6b4b48a8a59e8d00bf16c0079aefcf850676dbae.zip
-bump required version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b16dbcc..39e07ec 100644
--- 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)