mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48: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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user