]> granicus.if.org Git - shadow/commitdiff
* configure.in: Indentation fix.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:27:06 +0000 (17:27 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:27:06 +0000 (17:27 +0000)
ChangeLog
configure.in

index 4b58a47a1c657973d6a27caddcb2ff110b1a92b2..6d26bc0cf10b867e7e7c19f91a081eae94504dbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-28  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * configure.in: Indentation fix.
+
 2008-08-27  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/groupmems.c: Added functions add_user(), remove_user(), and
index ebe32729091e657369c29c8209d25335dd70be2b..3626c722b71cb24c36fba83dbf8a6550a7f2972f 100644 (file)
@@ -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