From: Amos Jeffries Date: Tue, 7 Aug 2012 23:34:10 +0000 (-0600) Subject: Bug 3607: --enable-auth documented default action incorrect X-Git-Tag: SQUID_3_1_21~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad331d94969c0fdc6e075fd10122d745aff61651;p=thirdparty%2Fsquid.git Bug 3607: --enable-auth documented default action incorrect --- diff --git a/configure.ac b/configure.ac index 8447daa218..cc0f8f9768 100644 --- a/configure.ac +++ b/configure.ac @@ -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