Check for iconv_* in -liconv as well as libiconv_* in -liconv since AIX

Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in acconfig.h config.h.win32.in
        glib/gconvert.c: Check for iconv_* in -liconv
        as well as libiconv_* in -liconv since AIX ships
        the system iconv in a separate library.
        Patch from Miroslaw Dobrzanski-Neumann (#72569)
This commit is contained in:
Owen Taylor
2002-02-26 04:12:52 +00:00
committed by Owen Taylor
parent 11026f6538
commit 7e620ee072
12 changed files with 105 additions and 25 deletions

View File

@@ -55,7 +55,7 @@
#else /* _MSC_VER */
/* #undef SANE_MALLOC_PROTOS */
#endif /* _MSC_VER */
#define USE_LIBICONV 1
#define USE_LIBICONV_GNU 1
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.