diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-30 20:54:18 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-30 20:54:18 +0000 |
commit | bfba65a4d9397fdfdb9ee0a9624a481dbb36b79b (patch) | |
tree | 57984d94a83e80bc43ef7298ba14417fd037293b /libcpp/configure | |
parent | 83aeedb979b2d203e4135bb55fa0c07e5b250635 (diff) | |
download | gcc-bfba65a4d9397fdfdb9ee0a9624a481dbb36b79b.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145316 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-x | libcpp/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcpp/configure b/libcpp/configure index d36ed250e70..9a4f30ddfc0 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -3619,8 +3619,7 @@ done - -for ac_header in iconv.h locale.h fcntl.h limits.h stddef.h \ +for ac_header in locale.h fcntl.h limits.h stddef.h \ stdlib.h strings.h string.h sys/file.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |