* configure.in: Fixed definition of the SHELL configuration.

This commit is contained in:
nekral-guest 2009-07-23 21:02:03 +00:00
parent 65741533ca
commit 36ef489fe1
2 changed files with 5 additions and 1 deletions

View File

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

View 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])