From 20828ce58777cf4a05048be3f9e57910ee98001f Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 22 May 2006 17:32:44 +0000 Subject: [PATCH] iconv linking probs fixed? git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@656 7f574dfc-610e-0410-a909-a81674777703 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 4527189f..71eb3e7f 100644 --- a/configure.in +++ b/configure.in @@ -359,6 +359,8 @@ dnl AM_ICONV if test "$am_cv_func_iconv" != yes; then AC_MSG_WARN([Could not find libiconv]) +else + LIBS="$LIBS $LIBICONV" fi