From: Daniel Stenberg Date: Thu, 6 May 2004 15:05:23 +0000 (+0000) Subject: removed the warning if libidn isn't found X-Git-Tag: curl-7_12_0~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3d5cdf305f3913c5a313fce379e2da45de90e0a;p=curl removed the warning if libidn isn't found --- diff --git a/configure.ac b/configure.ac index f6486ea1d..a3c39bd06 100644 --- a/configure.ac +++ b/configure.ac @@ -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