1From 7e144495093187143a3d1589f74c2eac37e4d790 Mon Sep 17 00:00:00 2001
2From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
3Date: Sun, 4 May 2014 15:49:28 +0200
4Subject: [PATCH] libiconv.m4: Fix AM_ICONV macro usage
5
6This patch come straight from the Buildroot source tree.
7
8Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
9Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
10---
11Upstream-Status: Pending
12
13 m4/libiconv.m4 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/m4/libiconv.m4 b/m4/libiconv.m4
17index fc8c6f8..3a59549 100644
18--- a/m4/libiconv.m4
19+++ b/m4/libiconv.m4
20@@ -17,7 +17,7 @@ AC_REQUIRE([AC_C_CONST])dnl
21 dnl
22
23 dnl Use standard iconv test
24-AM_ICONV
25+m4_pattern_allow([AM_ICONV])
26 CONVERTER_LIBS="$CONVERTER_LIBS $LIBICONV"
27
28 dnl Compile iconvcap.c and run it to determine what encodings iconv actually
29--
301.9.3
31