From 2215ee8d10582c54132c2dfe882d1b7e9859de87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 15 Feb 2017 20:03:58 +0100 Subject: [PATCH] * configure.ac: Remove manually resetting of LIBICONV variable Fixes: #48193 Reported-by: ilovezfs Reported-by: Charles --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 686f0404..5ab6184c 100644 --- a/configure.ac +++ b/configure.ac @@ -641,10 +641,6 @@ AS_IF([test "X$iri" != "Xno"],[ AC_MSG_NOTICE([disabling IRIs because libiconv wasn't found]) 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]],