aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-06-13 21:15:42 +0200
committerChristian Grothoff <christian@grothoff.org>2024-06-13 21:15:42 +0200
commit46153814799e420ba8022557b3fa64d1079a3e72 (patch)
treea41afee6b8a757fbdb397abb6ada24ce36606fd9
parent223a3e85aab54e6b5ee294ed168a0f14c75e26b9 (diff)
-bump dep check
-rw-r--r--configure.ac4
m---------contrib/gana0
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a5c570d4..31e700a36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,11 +300,11 @@ AS_CASE([$with_gnunet],
CPPFLAGS="-I$with_gnunet/include ${CPPFLAGS}"])
CPPFLAGS="${CPPFLAGS} ${POSTGRESQL_CPPFLAGS}"
AC_CHECK_HEADERS([gnunet/gnunet_pq_lib.h],
- [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_query_param_int64], libgnunetpq=1)])
+ [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_query_param_blinded_sig], libgnunetpq=1)])
AS_IF([test $libgnunetpq != 1],
[AC_MSG_ERROR([[
***
-*** You need libgnunetpq version >= 6:0:1 to build this program.
+*** You need libgnunetpq version >= 8:0:3 to build this program.
*** Make sure you have Postgres installed while
*** building GNUnet (and that your GNUnet version is recent!)
*** ]])])
diff --git a/contrib/gana b/contrib/gana
-Subproject 56e1d14c3d587fbf0820b211fe89c5eed992647
+Subproject 898a5d6c244ea66fc83cd8936db903aad14c4f1