mirror of
https://github.com/mirror/wget.git
synced 2025-02-04 08:40:18 +08:00
* configure.ac: Rearrange AM_ICONV before gl_INIT
This commit is contained in:
parent
1098de2b49
commit
74866d9ea0
@ -290,7 +290,8 @@ AC_CHECK_TYPES(sig_atomic_t, [], [], [
|
||||
#include <signal.h>
|
||||
])
|
||||
|
||||
# gnulib
|
||||
# gnulib, AM_ICONV should be placed before gl_INIT
|
||||
AM_ICONV
|
||||
gl_INIT
|
||||
|
||||
dnl
|
||||
@ -627,8 +628,6 @@ AC_ARG_ENABLE(iri,
|
||||
)
|
||||
|
||||
AS_IF([test "X$iri" != "Xno"],[
|
||||
AM_ICONV
|
||||
|
||||
if test "X$am_cv_func_iconv" != "Xyes"; then
|
||||
iri=no
|
||||
if test "X$force_iri" = "Xyes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user