Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 26 Mar 2007 22:36:10 +0000 (22:36 +0000)
committerMatthew Barnes <mbarnes@src.gnome.org>
Mon, 26 Mar 2007 22:36:10 +0000 (22:36 +0000)
commit487907bac75d2b2c982e2f81b323b190b5bb12d7
tree2a0f6c474ca1d4b2ecc3c6176c85ed4e3e96c96b
parent8a9e1a709d17783f79ab46f147f5aac565f06034
Use AC_TRY_RUN instead of AC_TRY_LINK when checking for iconv() in -liconv

2007-03-26  Matthew Barnes  <mbarnes@redhat.com>

* configure.in: Use AC_TRY_RUN instead of AC_TRY_LINK when checking
for iconv() in -liconv (#388788).  Patch from Elijah Newren.

* iconv-detect.c: Fix an implicit function declaration.

svn path=/trunk/; revision=7668
ChangeLog
configure.in
iconv-detect.c