summaryrefslogtreecommitdiff
path: root/macros/neon.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/neon.m4')
-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