From 5a2df0fa12b59731751a1988af77125a290651cf Mon Sep 17 00:00:00 2001 From: Sergiy Vyshnevetskiy Date: Mon, 30 Mar 2009 20:54:18 +0000 Subject: re PR preprocessor/31932 (cpp -f*-charset and gcj --encoding accept no values except UTF-8) 2009-03-30 Sergiy Vyshnevetskiy PR preprocessor/31932: * internal.h: Don't mention HAVE_ICONV_H. * configure, config.in: Rebuild. * configure.ac: Don't check for iconv.h. From-SVN: r145316 --- libcpp/config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcpp/config.in') diff --git a/libcpp/config.in b/libcpp/config.in index 5d52ec1..193f2a9 100644 --- a/libcpp/config.in +++ b/libcpp/config.in @@ -158,9 +158,6 @@ /* Define if you have the iconv() function. */ #undef HAVE_ICONV -/* Define to 1 if you have the header file. */ -#undef HAVE_ICONV_H - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -- cgit v1.1