summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-07 14:59:41 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-07 14:59:41 +0200
commitcf03dc5c417743237edf492521a88eadb11b66ed (patch)
tree6ef2f3c4ba4601d5ad57485af06bbd9854ddd212 /configure.ac
parent7d8f5aa36b99f53cc0d2fa9e799c0a296bf9b3c3 (diff)
downloadtwister-cf03dc5c417743237edf492521a88eadb11b66ed.tar.gz
twister-cf03dc5c417743237edf492521a88eadb11b66ed.tar.bz2
twister-cf03dc5c417743237edf492521a88eadb11b66ed.zip
Revert last change.
No need to add any ad-hoc header, since the Twister echoes all the headers it gets from the client connection (including Authorization!).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index d609540..74d9efc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,13 +424,6 @@ 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