]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 19 Apr 2008 02:25:39 +0000 (20:25 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 19 Apr 2008 02:25:39 +0000 (20:25 -0600)
configure

index 4967dcb48c0ce8026b58f5a28991d3fcc552a883..57cd00127a405cb7a8c9427367a309d73caaa6e9 100755 (executable)
--- 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=''