mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
iconv linking probs fixed?
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@656 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
a426a15d16
commit
20828ce587
@ -359,6 +359,8 @@ dnl
|
|||||||
AM_ICONV
|
AM_ICONV
|
||||||
if test "$am_cv_func_iconv" != yes; then
|
if test "$am_cv_func_iconv" != yes; then
|
||||||
AC_MSG_WARN([Could not find libiconv])
|
AC_MSG_WARN([Could not find libiconv])
|
||||||
|
else
|
||||||
|
LIBS="$LIBS $LIBICONV"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user