aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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