gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-donau] branch master updated: check for taler exchange


From: gnunet
Subject: [taler-donau] branch master updated: check for taler exchange
Date: Tue, 24 Oct 2023 11:10:43 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 74c931b  check for taler exchange
74c931b is described below

commit 74c931be086d9270a065296acc4f172214aa00ec
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 24 11:10:40 2023 +0200

    check for taler exchange
---
 configure.ac | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/configure.ac b/configure.ac
index 3b250b8..b865b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,6 +236,20 @@ AS_IF([test $libgnunetcurl != 1],
 *** building GNUnet.
 *** ]])])
 
+# Check for Taler's libtalerpq
+libtalerpq=0
+AC_MSG_CHECKING([for libtalerpq])
+AC_ARG_WITH(exchange,
+            [AS_HELP_STRING([--with-exchange=PFX], [base of Taler EXCHANGE 
installation])],
+            [AC_MSG_RESULT([given as $with_exchange])],
+            [AC_MSG_RESULT(not given)
+             with_exchange=yes])
+AS_CASE([$with_exchange],
+        [yes], [],
+        [no], [AC_MSG_ERROR([--with-exchange is required])],
+        [LDFLAGS="-L$with_exchange/lib $LDFLAGS"
+         CPPFLAGS="-I$with_exchange/include $CPPFLAGS"])
+
 
 # Restore after gnurl/curl checks messed up these values
 CFLAGS=$CFLAGS_SAVE

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]