]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Indentation fixes.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 5 Jul 2010 11:44:45 +0000 (13:44 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 5 Jul 2010 11:44:45 +0000 (13:44 +0200)
configure.in

index 2ef92b0758153130d7c444d8cb6e865a7e62d584..4934ff0a2f281dcacfa24db07ff3b349b34ecec1 100644 (file)
@@ -2044,7 +2044,7 @@ SQUID_DEFINE_BOOL([USE_ZPH_QOS],${enable_zph_qos:=no},
 AC_MSG_NOTICE([ZPH QOS enabled: $enable_zph_qos])
 
 dnl --with-maxfd present for compatibility with Squid-2.
-dnl undocumented in ./configure --help  to encourage using the Squid-3 directive.
+dnl undocumented in ./configure --help  to encourage using the Squid-3 directive
 AC_ARG_WITH(maxfd,,
 [ 
   case ${withval} in
@@ -2056,8 +2056,10 @@ AC_ARG_WITH(maxfd,,
       ;;
     esac
 ])
+
 AC_ARG_WITH(filedescriptors,
-  AS_HELP_STRING([--with-filedescriptors=NUMBER],[Force squid to support NUMBER filedescriptors]),
+  AS_HELP_STRING([--with-filedescriptors=NUMBER],
+                 [Force squid to support NUMBER filedescriptors]),
 [ 
   case ${withval} in
     [[0-9]]*)
@@ -2084,8 +2086,8 @@ else
 fi
 
 AC_ARG_WITH(cppunit-basedir,
-  AS_HELP_STRING([--with-cppunit-basedir=PATH],[Path where the cppunit headers are libraries are found 
-                  for unit testing.]),
+  AS_HELP_STRING([--with-cppunit-basedir=PATH],
+                 [Path where the cppunit headers are libraries can be found ]),
 [ if test -f $withval/include/cppunit/TestCase.h; then
        AC_MSG_NOTICE([Using cppunit includes from $withval])
        SQUID_CPPUNIT_INC="-I${withval}/include"