From f91abfce7bf63f0071f10f2d07ef9e97561a5497 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 18 Jul 2001 17:17:03 +0000 Subject: For PR java/2812: * configure: Rebuilt. * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV instead. * aclocal.m4 (AM_ICONV): New macro from Bruno Haible. From-SVN: r44119 --- gcc/config.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gcc/config.in') diff --git a/gcc/config.in b/gcc/config.in index 53995ba2e4b..88a751703c4 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -125,9 +125,6 @@ /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY -/* Define if you have the iconv function. */ -#undef HAVE_ICONV - /* Define if you have the isascii function. */ #undef HAVE_ISASCII @@ -200,9 +197,6 @@ /* Define if you have the header file. */ #undef HAVE_FCNTL_H -/* Define if you have the header file. */ -#undef HAVE_ICONV_H - /* Define if you have the header file. */ #undef HAVE_LANGINFO_H @@ -365,6 +359,12 @@ /* Define if read-only mmap of a plain file works. */ #undef HAVE_MMAP_FILE +/* Define if you have the iconv() function. */ +#undef HAVE_ICONV + +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + /* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_GETENV -- cgit v1.2.1