mirror of
https://github.com/curl/curl.git
synced 2026-06-26 13:55:45 +03:00
removed the warning if libidn isn't found
This commit is contained in:
parent
af43ce73e5
commit
d3d5cdf305
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue