removed the warning if libidn isn't found

This commit is contained in:
Daniel Stenberg
2004-05-06 15:05:23 +00:00
parent af43ce73e5
commit d3d5cdf305

View File

@@ -957,7 +957,6 @@ case "$LIBIDN" in
CPPFLAGS="$CPPFLAGS -I$LIBIDN/include"
AC_CHECK_LIB(idn, idna_to_ascii_4i, ,
nolibidn="true"
AC_MSG_WARN([no libidn found in $LIBIDN])
LDFLAGS=$oldLDFLAGS
CPPFLAGS=$oldCPPFLAGS)
fi