gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] 02/02: --enable-apikey-sandbox.


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 02/02: --enable-apikey-sandbox.
Date: Fri, 07 Jun 2019 13:01:28 +0200

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

marcello pushed a commit to branch master
in repository twister.

commit 7d8f5aa36b99f53cc0d2fa9e799c0a296bf9b3c3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 13:01:01 2019 +0200

    --enable-apikey-sandbox.
---
 configure.ac | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configure.ac b/configure.ac
index 74d9efc..d609540 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,6 +424,13 @@ AC_ARG_ENABLE([[doc]],
 test "x$enable_doc" = "xno" || enable_doc=yes
 AM_CONDITIONAL([ENABLE_DOC], [test "x$enable_doc" = "xyes"])
 
+# Check if --enable-apikey-sandbox was given.
+
+AC_MSG_CHECKING([whether all requests will have a apikey sandbox header])
+AC_ARG_ENABLE([apikey_sandbox],
+  [AS_HELP_STRING([--enable-apikey-sandbox], [Adds a "Autorization: ApiKey 
sandbox" header to requests])],
+  [AC_DEFINE(APIKEY_SANDBOX, , [Adds a "Autorization: ApiKey sandbox" header 
to requests])],
+  [])
 
 else
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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