From: hno <> Date: Tue, 26 Sep 2006 20:46:16 +0000 (+0000) Subject: Back out other unrelated change X-Git-Tag: SQUID_3_0_PRE5~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4aad2e72b175967abb118772807adab48a3926e;p=thirdparty%2Fsquid.git Back out other unrelated change --- diff --git a/configure.in b/configure.in index 2db3fa7e46..4842b0a672 100644 --- a/configure.in +++ b/configure.in @@ -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.]),