summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-06-03 10:46:08 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-06-03 10:46:08 +0200
commitfb5bc18c588832747dfe299f9df1beb6645cf686 (patch)
treeb5f82049d98e814fb3c30b4de9da76272d31f689 /configure.ac
parent80a1b8f5240e8307e1c73862fb8810d7c2bdc874 (diff)
downloadexchange-fb5bc18c588832747dfe299f9df1beb6645cf686.tar.gz
exchange-fb5bc18c588832747dfe299f9df1beb6645cf686.tar.bz2
exchange-fb5bc18c588832747dfe299f9df1beb6645cf686.zip
Need libgnunetpq v4.0.0++
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 96c368c6b..793e31bed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,11 +274,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_result_spec_string], libgnunetpq=1)])
+ [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_result_spec_array_string], libgnunetpq=1)])
AS_IF([test $libgnunetpq != 1],
[AC_MSG_ERROR([[
***
-*** You need libgnunetpq to build this program.
+*** You need libgnunetpq version >= 4.0.0 to build this program.
*** Make sure you have Postgres installed while
*** building GNUnet (and that your GNUnet version
*** is recent!)