]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3607: --enable-auth documented default action incorrect
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 7 Aug 2012 23:34:10 +0000 (17:34 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 7 Aug 2012 23:34:10 +0000 (17:34 -0600)
configure.ac

index 8447daa218a7d63ddbc6ae8a29ce03a471c88759..cc0f8f97683547ada9d9ecd0247b01c0f4a11034 100644 (file)
@@ -1726,7 +1726,7 @@ AC_SUBST(OPT_DEFAULT_HOSTS)
 dnl Select auth schemes modules to build
 AC_ARG_ENABLE(auth,
   AS_HELP_STRING([--enable-auth="list of auth scheme modules"],[Build support for the list of authentication schemes.
-                  The default is to build support for the Basic scheme.
+                  The default is to auto-detect build support for all schemes.
                   See src/auth for a list of available modules, or
                   Programmers Guide section authentication schemes
                   for details on how to build your custom auth scheme