Commit d3d5cdf3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed the warning if libidn isn't found

parent af43ce73
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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