summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 5d0bb4c..3ea7b0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 2.44 2002-08-09 20:28:16 rjkaes Exp $
+dnl $Id: configure.ac,v 2.45 2002-11-03 17:10:33 rjkaes Exp $
dnl Devlopers, please strive to achieve this order:
dnl
@@ -116,16 +116,6 @@ if test x"$filter_enabled" = x"yes"; then
AC_DEFINE(FILTER_ENABLE)
fi
-dnl Include support for TCP tunneling
-AH_TEMPLATE([TUNNEL_SUPPORT], [Include TCP tunnelling support])
-AC_ARG_ENABLE(tunnel,
- [AC_HELP_STRING([--enable-tunnel],
- [Enable support for TCP tunneling (default is YES)])],
- tunnel_enabled=$enableval, tunnel_enabled=yes)
-if test x"$tunnel_enabled" = x"yes"; then
- AC_DEFINE(TUNNEL_SUPPORT)
-fi
-
dnl Include support for upstream proxies?
AH_TEMPLATE([UPSTREAM_SUPPORT],
[Include support for connecting to an upstream proxy.])