Commit 99923eed by Richard Henderson Committed by Richard Henderson

* configure.in: Fix typo last change.

From-SVN: r34304
parent dc6746e7
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment