* ecore/configure.ac: Missing lib to link against when using a libc that doesn't...
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Jan 2009 15:33:24 +0000 (15:33 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 20 Jan 2009 15:33:24 +0000 (15:33 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@38659 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index f0e4be6..ea229c0 100644 (file)
@@ -254,7 +254,7 @@ if test "x$have_iconv" = "xno" ; then
   if test "x$have_iconv" != "xyes"; then
     AC_CHECK_LIB(iconv_plug, iconv,
       [
-       iconv_libs="-liconv_plug"
+       iconv_libs="-liconv -liconv_plug"
        have_iconv="yes"
       ]
     )