From: Amos Jeffries Date: Sat, 19 Apr 2008 02:05:40 +0000 (-0600) Subject: Author: Henrik Nordstrom X-Git-Tag: SQUID_3_0_STABLE5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1831862af4bb873b2e4af0881941342bde381ea5;p=thirdparty%2Fsquid.git Author: Henrik Nordstrom Spelling correction --- diff --git a/configure.in b/configure.in index d2c8520596..56104443c5 100644 --- a/configure.in +++ b/configure.in @@ -1745,7 +1745,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=''