aboutsummaryrefslogtreecommitdiff
path: root/libcpp/configure.ac
diff options
context:
space:
mode:
authorSergiy Vyshnevetskiy <serg@vostok.net>2009-03-30 20:54:18 +0000
committerTom Tromey <tromey@gcc.gnu.org>2009-03-30 20:54:18 +0000
commit5a2df0fa12b59731751a1988af77125a290651cf (patch)
tree57984d94a83e80bc43ef7298ba14417fd037293b /libcpp/configure.ac
parent71a7778cd95891c6534f84ce4097ca2431904973 (diff)
downloadgcc-5a2df0fa12b59731751a1988af77125a290651cf.zip
gcc-5a2df0fa12b59731751a1988af77125a290651cf.tar.gz
gcc-5a2df0fa12b59731751a1988af77125a290651cf.tar.bz2
re PR preprocessor/31932 (cpp -f*-charset and gcj --encoding accept no values except UTF-8)
2009-03-30 Sergiy Vyshnevetskiy <serg@vostok.net> 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
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r--libcpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac
index fd09865..833eb43 100644
--- a/libcpp/configure.ac
+++ b/libcpp/configure.ac
@@ -37,7 +37,7 @@ ZW_PROG_COMPILER_DEPENDENCIES([CC])
# Checks for header files.
AC_HEADER_TIME
ACX_HEADER_STRING
-AC_CHECK_HEADERS(iconv.h locale.h fcntl.h limits.h stddef.h \
+AC_CHECK_HEADERS(locale.h fcntl.h limits.h stddef.h \
stdlib.h strings.h string.h sys/file.h unistd.h)
# Checks for typedefs, structures, and compiler characteristics.