1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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" CPPFLAGS="$CPPFLAGS -I$LIBIDN/include"
AC_CHECK_LIB(idn, idna_to_ascii_4i, , AC_CHECK_LIB(idn, idna_to_ascii_4i, ,
nolibidn="true" nolibidn="true"
AC_MSG_WARN([no libidn found in $LIBIDN])
LDFLAGS=$oldLDFLAGS LDFLAGS=$oldLDFLAGS
CPPFLAGS=$oldCPPFLAGS) CPPFLAGS=$oldCPPFLAGS)
fi fi