summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-29 12:44:57 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-29 12:44:57 +0200
commit1114b6e1434a858e70f1c92940a302510263857f (patch)
tree08a0430423172a1a121963c35bc53e214ef0d4cf
parent207de3792092180eb76a340b29aa40c5e2ed343e (diff)
downloadanastasis-1114b6e1434a858e70f1c92940a302510263857f.tar.gz
anastasis-1114b6e1434a858e70f1c92940a302510263857f.tar.bz2
anastasis-1114b6e1434a858e70f1c92940a302510263857f.zip
-bump required version
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c7040bb..b47ba65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,14 +144,14 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h],
AS_IF([test $libgnunetutil != 1],
[AC_MSG_ERROR([[
***
-*** You need libgnunetutil to build this program.
+*** You need libgnunetutil >= 0.20.0 to build this program.
*** This library is part of GNUnet, available at
*** https://gnunet.org
*** ]])])
# 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)