* configure.in: Fixed definition of the SHELL configuration.
This commit is contained in:
parent
65741533ca
commit
36ef489fe1
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user