From 74866d9ea06bb0a5103f20b1238907445983a930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 19 Feb 2019 15:49:41 +0100 Subject: [PATCH] * configure.ac: Rearrange AM_ICONV before gl_INIT --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 88fbb586..53cf142a 100644 --- a/configure.ac +++ b/configure.ac @@ -290,7 +290,8 @@ AC_CHECK_TYPES(sig_atomic_t, [], [], [ #include ]) -# 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