* configure.in: Fix typo last change.
From-SVN: r34304
This commit is contained in:
parent
dc6746e723
commit
99923eedd0
@ -1,3 +1,7 @@
|
||||
2000-05-31 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* configure.in: Fix typo last change.
|
||||
|
||||
2000-05-31 Philipp Thomas <pthomas@suse.de>
|
||||
|
||||
* configure.in (enable-nls): Enable if build == host, i.e. when
|
||||
|
471
gcc/configure
vendored
471
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -4112,7 +4112,7 @@ AC_ARG_ENABLE(nls,
|
||||
# if cross compiling, disable NLS support.
|
||||
# It's not worth the trouble, at least for now.
|
||||
|
||||
if test "${build}" != "${host}" && test "x$enable_nls" == "xyes" then
|
||||
if test "${build}" != "${host}" && test "x$enable_nls" == "xyes"; then
|
||||
AC_MSG_WARN(Disabling NLS support for canadian cross compiler.)
|
||||
enable_nls=no
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user