]> granicus.if.org Git - shadow/commitdiff
* configure.in: Fixed definition of the SHELL configuration.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 23 Jul 2009 21:02:03 +0000 (21:02 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Thu, 23 Jul 2009 21:02:03 +0000 (21:02 +0000)
ChangeLog
configure.in

index 9b9007a17cfa40f3b9ff7be2533c848591cf1c10..d3249141aaff4b48455352afea673a137ff0dddb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * configure.in: Fixed definition of the SHELL configuration.
+
 2009-07-23  Nicolas François  <nicolas.francois@centraliens.net>
 
        * etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
index 861356b3061cb2bcb0e26c3b9c7508796d575f9f..93f502c524eacd83c5c71888b879ae222cb4a64a 100644 (file)
@@ -491,7 +491,7 @@ if test "$enable_utmpx" = "yes"; then
                  [Define if utmpx should be used])
 fi
 
-AC_DEFINE_UNQUOTED(SHELL, [$SHELL], [The default shell.])
+AC_DEFINE_UNQUOTED(SHELL, ["$SHELL"], [The default shell.])
 
 AM_GNU_GETTEXT_VERSION(0.16)
 AM_GNU_GETTEXT([external], [need-ngettext])