diff --git a/ChangeLog b/ChangeLog index bd7ee93b..7e7b25fe 100644 --- 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 diff --git a/configure.in b/configure.in index 99e935be..d2057c7b 100644 --- a/configure.in +++ b/configure.in @@ -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@:>@])],