To be more portable let's use built in cross_compiling definitions...

This commit is contained in:
Andy Williams 2015-01-04 14:35:29 +00:00
parent 2bbee0bacf
commit db44e46946
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ AC_SUBST(HAVE_LIBCLANG)
# if cross compiling, disable NLS support.
# It's not worth the trouble, at least for now.
if "${host}" != "${target}"; then
if test "x$cross_compiling" = xyes; then
enable_nls=no
fi