From ad331d94969c0fdc6e075fd10122d745aff61651 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 7 Aug 2012 17:34:10 -0600 Subject: [PATCH] Bug 3607: --enable-auth documented default action incorrect --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2