From a9898eab513d72aac3a69c8530eb4cb819700cca Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 4 Sep 2010 14:27:54 +0200 Subject: [PATCH] iconv is always necessary. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 8d8c1a0a..954abbe7 100644 --- a/configure.in +++ b/configure.in @@ -1300,6 +1300,9 @@ ALL_LINGUAS="af be bg ca cs da de el es et fi fr gl hr hu id is it lt nl nb pl p AM_GNU_GETTEXT +# iconv is always used +LIBS="$LIBS $LIBICONV" + dnl AC_MSG_CHECKING([how many characters your English alphabet has]) dnl # f33r d4 l33t... I hope it's portable. :) dnl cf_result=$((48#z - 48#a + 1));