From 48e9cc1f42f42a9acda2dbd6f186dba0e291cc7b Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 26 Jul 2013 17:58:53 +0000 Subject: * macros/neon.m4 (NEON_I18N): Check for bindtextdomain with -liconv. (Brad Smith) git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1907 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- macros/neon.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/neon.m4 b/macros/neon.m4 index 04b9375..f96a76c 100644 --- a/macros/neon.m4 +++ b/macros/neon.m4 @@ -1188,7 +1188,7 @@ if test x${enable_nls} = xyes; then # presume that dgettext() is available if bindtextdomain() is... # checking for dgettext() itself is awkward because gcc has a # builtin of that function, which confuses AC_CHECK_FUNCS et al. - NE_SEARCH_LIBS(bindtextdomain, intl,,[enable_nls=no]) + NE_SEARCH_LIBS(bindtextdomain, intl, -liconv ,[enable_nls=no]) NE_CHECK_FUNCS(bind_textdomain_codeset) fi -- cgit v1.2.1