mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 05:40:08 +08:00
* configure.ac: Remove manually resetting of LIBICONV variable
Fixes: #48193 Reported-by: ilovezfs Reported-by: Charles
This commit is contained in:
parent
32e26dc199
commit
2215ee8d10
@ -641,10 +641,6 @@ AS_IF([test "X$iri" != "Xno"],[
|
|||||||
AC_MSG_NOTICE([disabling IRIs because libiconv wasn't found])
|
AC_MSG_NOTICE([disabling IRIs because libiconv wasn't found])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
],[ # else
|
|
||||||
# For some reason, this seems to be set even when we don't check.
|
|
||||||
# Explicitly unset.
|
|
||||||
LIBICONV=
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],
|
AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],
|
||||||
|
Loading…
Reference in New Issue
Block a user