Disable NLS by default when cross compiling, remove broken need for libintl

This commit is contained in:
Andy Williams 2015-01-04 14:07:35 +00:00
parent d11e94f0fe
commit e179b349bd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ elm_code_test_SOURCES = \
elm_code_test_main.c \
elm_code_test_private.h
elm_code_test_LDADD = @EFL_LIBS@ $(top_builddir)/elm_code/lib/libelm_code.la -lintl
elm_code_test_LDADD = @EFL_LIBS@ $(top_builddir)/elm_code/lib/libelm_code.la
elm_code_test_LDFLAGS = @EFL_LTLIBRARY_FLAGS@