]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Back out other unrelated change
authorhno <>
Tue, 26 Sep 2006 20:46:16 +0000 (20:46 +0000)
committerhno <>
Tue, 26 Sep 2006 20:46:16 +0000 (20:46 +0000)
configure.in

index 2db3fa7e46cd1b93266e112edb7368306a8e8e58..4842b0a67208cc8ec28786bfa3a9c6f85aed167a 100644 (file)
@@ -1,7 +1,7 @@
 
 dnl  Configuration input file for Squid
 dnl
-dnl  $Id: configure.in,v 1.439 2006/09/26 14:45:00 hno Exp $
+dnl  $Id: configure.in,v 1.440 2006/09/26 14:46:16 hno Exp $
 dnl
 dnl
 dnl
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(include/autoconf.h)
 AC_CONFIG_AUX_DIR(cfgaux)
 AC_CONFIG_SRCDIR([src/main.cc])
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_REVISION($Revision: 1.439 $)dnl
+AC_REVISION($Revision: 1.440 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -749,18 +749,6 @@ AC_ARG_ENABLE(delay-pools,
   fi
 ])
 
-AM_CONDITIONAL(ENABLE_CONTENT_ENCODING, false)
-AC_ARG_ENABLE(content-encoding,
-[  --enable-content-encoding   Enable content-encoding to compress content],    
-[ if test "$enableval" = "yes" ; then
-    echo "Content encoding enabled"
-    AC_CHECK_LIB(z, deflate)
-    XTRA_LIBS="$XTRA_LIBS -lz"
-    AC_DEFINE([CONTENT_ENCODING],1,[content encoding support.])
-    AM_CONDITIONAL(ENABLE_CONTENT_ENCODING, true,)
-  fi
-])
-
 AM_CONDITIONAL(USE_ESI, false)
 AC_ARG_ENABLE(esi,
               AC_HELP_STRING([--enable-esi],[Enable ESI for accelerators. Requires libexpat. Enabling ESI will cause squid to follow the Edge Acceleration Specification (www.esi.org). This causes squid to IGNORE client Cache-Control headers. DO NOT use this in a squid configured as a web proxy, ONLY use it in a squid configured for webserver acceleration.]),