Tidying up intl a little

This commit is contained in:
Andy Williams 2015-01-04 14:15:14 +00:00
parent 432b05b575
commit 2bbee0bacf
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,9 @@ MAINTAINERCLEANFILES = \
install-sh \
ltmain.sh \
missing \
m4/intl.m4 \
m4/intldir.m4 \
m4/intlmacosx.m4 \
m4/libtool.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \

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 test "${build}" != "${host}" -o "${build}" != "${target}" -o "${host}" != "${target}"; then
if "${host}" != "${target}"; then
enable_nls=no
fi