iconv linking probs fixed?
authorBrenden Matthews <brenden1@rty.ca>
Mon, 22 May 2006 17:32:44 +0000 (17:32 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Mon, 22 May 2006 17:32:44 +0000 (17:32 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@656 7f574dfc-610e-0410-a909-a81674777703

configure.in

index 4527189..71eb3e7 100644 (file)
@@ -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