ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=2bbee0bacfb92022ee05440ea2258fd703e90cfa

commit 2bbee0bacfb92022ee05440ea2258fd703e90cfa
Author: Andy Williams <[email protected]>
Date:   Sun Jan 4 14:15:14 2015 +0000

    Tidying up intl a little
---
 Makefile.am  | 3 +++
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3e59bc3..75beb48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/configure.ac b/configure.ac
index 84308dd..abfe68f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
 

-- 


Reply via email to