Jonas Fonseca <fonseca@xxxxxxx> writes: > Jakub Narebski <jnareb@xxxxxxxxx> wrote Tue, Sep 05, 2006: >> Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> >> --- >> Just in case; it could matter for testing if iconv is properly >> supported (NO_ICONV test). >> >> configure.ac | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index 36f9cd9..fc5b813 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -147,6 +147,7 @@ AC_CHECK_LIB([c], [iconv], >> [NEEDS_LIBICONV=], >> [NEEDS_LIBICONV=YesPlease]) >> AC_SUBST(NEEDS_LIBICONV) >> +test -n "$NEEDS_SOCKET" && LIBS="$LIBS -liconv" > > I see that this has entered already, but it looks like it needs a > s/NEEDS_SOCKET/NEEDS_LIBICONV/ Eek, eye-ballo-o. Thanks for noticing. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html