From b835359be0b9d33022dee7c815ebde9194eee2cf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 27 Mar 2007 00:03:28 +0000 Subject: Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv 2007-03-26 Matthew Barnes * configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv (#388789). Patch from Elijah Newren. * iconv-detect.c: Fix an implicit function declaration. svn path=/trunk/; revision=33323 --- iconv-detect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iconv-detect.c') diff --git a/iconv-detect.c b/iconv-detect.c index 899d07f239..67dbd8e6bf 100644 --- a/iconv-detect.c +++ b/iconv-detect.c @@ -22,6 +22,7 @@ #include +#include #include enum { -- cgit v1.2.3