fix a IDN detect/use mistake
This commit is contained in:
parent
f68950db67
commit
8c16696f47
@ -986,6 +986,7 @@ case "$LIBIDN" in
|
|||||||
|
|
||||||
if test "x$idn" != "xyes"; then
|
if test "x$idn" != "xyes"; then
|
||||||
dnl check with default paths
|
dnl check with default paths
|
||||||
|
idn="yes"
|
||||||
AC_CHECK_LIB(idn, idna_to_ascii_lz, ,
|
AC_CHECK_LIB(idn, idna_to_ascii_lz, ,
|
||||||
idn="")
|
idn="")
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user