From: nekral-guest Date: Sun, 31 Aug 2008 17:27:06 +0000 (+0000) Subject: * configure.in: Indentation fix. X-Git-Tag: 4.1.3~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=978b3ef8810e12c75c7fde416e56028246e6db57;p=shadow * configure.in: Indentation fix. --- diff --git a/ChangeLog b/ChangeLog index 4b58a47a..6d26bc0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Nicolas François + + * configure.in: Indentation fix. + 2008-08-27 Nicolas François * src/groupmems.c: Added functions add_user(), remove_user(), and diff --git a/configure.in b/configure.in index ebe32729..3626c722 100644 --- a/configure.in +++ b/configure.in @@ -243,7 +243,7 @@ AC_ARG_WITH(nscd, AM_CONDITIONAL(USE_SHA_CRYPT, test "x$with_sha_crypt" = "xyes") if test "$with_sha_crypt" = "yes"; then - AC_DEFINE(USE_SHA_CRYPT, 1, [Define to allow the SHA256 and SHA512 password encryption algorithms]) + AC_DEFINE(USE_SHA_CRYPT, 1, [Define to allow the SHA256 and SHA512 password encryption algorithms]) fi if test "$with_nscd" = "yes"; then