From: serassio <> Date: Mon, 5 Jun 2006 00:36:34 +0000 (+0000) Subject: Fixed typo X-Git-Tag: SQUID_3_0_PRE4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ddacc29edd3134d8ad11a82df0936e7bc5e0f6f;p=thirdparty%2Fsquid.git Fixed typo --- diff --git a/configure.in b/configure.in index d174489dc0..2767649ba6 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.416 2006/05/27 00:58:15 hno Exp $ +dnl $Id: configure.in,v 1.417 2006/06/04 18:36:34 serassio Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE([tar-ustar]) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.416 $)dnl +AC_REVISION($Revision: 1.417 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -1203,7 +1203,7 @@ dnl The 'sun' define is needed by ipfilter includes, so we must remove -Usun CFLAGS="`echo $CFLAGS | sed -e 's/-Xa//'`" CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-Xa//'`" fi - echo "Removing -Usun for gcc on $host" + echo "Removing -Usun on $host" CFLAGS="`echo $CFLAGS | sed -e 's/-Usun//'`" CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-Usun//'`" ;;