* configure.in: Indentation fix.

This commit is contained in:
nekral-guest 2008-08-31 17:27:06 +00:00
parent da693710f6
commit 978b3ef881
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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