[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -bump required version
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -bump required version |
Date: |
Fri, 29 Sep 2023 12:43:05 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 2d196eeb -bump required version
2d196eeb is described below
commit 2d196eeb62165a86854248bb114eecd18e405c74
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 29 12:42:38 2023 +0200
-bump required version
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 73c7ea1c..9fe8dc8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,14 +84,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([13.0])
+AX_LIB_POSTGRESQL([15.0])
AS_IF([test "x$found_postgresql" = "xyes"],
[SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$POSTGRES_CPPFLAGS $CPPFLAGS"
@@ -99,7 +99,7 @@ AS_IF([test "x$found_postgresql" = "xyes"],
AS_IF([test "x$postgres" != "x1"],
[AC_MSG_ERROR([[
***
-*** You need libpq(-dev) >= 13.0 to build this program.
+*** You need libpq(-dev) >= 15.0 to build this program.
*** ]])])
AM_CONDITIONAL([HAVE_POSTGRESQL], [test "x$postgres" = "x1"])
AC_DEFINE_UNQUOTED([HAVE_POSTGRESQL], [$postgres],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -bump required version,
gnunet <=