]> granicus.if.org Git - shadow/commitdiff
* configure.in: Fix typo. libcrack default is 'no'.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 8 Jul 2011 19:57:08 +0000 (19:57 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 8 Jul 2011 19:57:08 +0000 (19:57 +0000)
ChangeLog
configure.in

index bd7ee93b4d27d2d346eaa3a32f107ead5fdfc410..7e7b25fecabc7078fbfb80c41ed8e2244d8fdf4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
        ought to be checked.
        * src/vipw.c: Use Prog instead of progname. This is needed since
        Prog is used in the library.
+       * configure.in: Fix typo. libcrack default is 'no'.
 
 2011-07-08  Nicolas François  <nicolas.francois@centraliens.net>
 
index 99e935be30ce3c8cd8cda8f542d82feff5f95582..d2057c7bacb33a0ff9b2879f86231a2e7855cc2f 100644 (file)
@@ -260,7 +260,7 @@ AC_ARG_WITH(tcb,
        [AC_HELP_STRING([--with-tcb], [use tcb support (incomplete) @<:@default=yes if found@:>@])],
        [with_tcb=$withval], [with_tcb=maybe])
 AC_ARG_WITH(libcrack,
-       [AC_HELP_STRING([--with-libcrack], [use libcrack @<:@default=yes if found and if PAM not enabled@:>@])],
+       [AC_HELP_STRING([--with-libcrack], [use libcrack @<:@default=no@:>@])],
        [with_libcrack=$withval], [with_libcrack=no])
 AC_ARG_WITH(sha-crypt,
        [AC_HELP_STRING([--with-sha-crypt], [allow the SHA256 and SHA512 password encryption algorithms @<:@default=yes@:>@])],