From: Amos Jeffries Date: Sat, 19 Apr 2008 02:25:39 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b050316660ba51d83831bcdac55f3119b9e614;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 4967dcb48c..57cd00127a 100755 --- a/configure +++ b/configure @@ -22976,7 +22976,7 @@ if $CPPUNITCONFIG --help >/dev/null; then SQUID_CPPUNIT_LA='' SQUID_CPPUNIT_INC="`$CPPUNITCONFIG --cflags`" else - echo "cppunit does not apear to be installed. squid does not require this, but code testing with 'make check' will fail." + echo "cppunit does not appear to be installed. squid does not require this, but code testing with 'make check' will fail." SQUID_CPPUNIT_LA='' SQUID_CPPUNIT_LIBS='' SQUID_CPPUNIT_INC=''