summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-26 17:58:53 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-26 17:58:53 +0000
commit48e9cc1f42f42a9acda2dbd6f186dba0e291cc7b (patch)
treea47340cffbec1f4289aa3ffe613d89b710b6dad8 /macros
parent8543bc06acac9a5e1061552b25d4429b47327d76 (diff)
downloadneon-48e9cc1f42f42a9acda2dbd6f186dba0e291cc7b.tar.gz
* 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
Diffstat (limited to 'macros')
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
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