On Fri, Jul 19, 2002 at 04:40:54PM -0500, William A. Rowe, Jr. wrote: > At 04:34 PM 7/19/2002, Justin Erenkrantz wrote: > > >No need to check the funcs when we know we have a separate library. > >We might need to wrap all this with a AC_CHECK_HEADER to ensure we > >have an iconv.h, but I'm not 100% sure if all libc impls have an > >iconv.h. > > Ben's point is that he already knows iconv is NOT present in all libc > implementations, specifically, his.
I mean "iconv.h" is in the includes path not the iconv funcs in libc. Ben's patch adds -liconv to ALL platforms. Bzzt. My suggestion changes it so that we only add -liconv where we need it. -- justin
