From 4e69d0e9a8f8f810b191a6661a0611b590cd6a89 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sat, 7 Nov 2009 01:15:20 +0100 Subject: [PATCH] Minor autoconf fix for iconv --- configure.ac.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac.in b/configure.ac.in index bdfcbe3..e85f9b9 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -562,6 +562,7 @@ dnl dnl ICONV dnl +m4_pattern_allow([AM_ICONV]) AM_ICONV if test "$am_cv_func_iconv" != yes; then AC_MSG_WARN([Could not find libiconv]) -- 1.7.9.5