* configure.in: Fix typo last change.

From-SVN: r34304
This commit is contained in:
Richard Henderson 2000-05-31 11:10:28 -07:00 committed by Richard Henderson
parent dc6746e723
commit 99923eedd0
3 changed files with 246 additions and 231 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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