From cf03dc5c417743237edf492521a88eadb11b66ed Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 7 Jun 2019 14:59:41 +0200 Subject: 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!). --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3