mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
removed the warning if libidn isn't found
This commit is contained in:
parent
af43ce73e5
commit
d3d5cdf305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user