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/internal.h | |
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/internal.h')
-rw-r--r-- | libcpp/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h index d4eeda4bc61..38a80c68f37 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -26,10 +26,6 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "symtab.h" #include "cpp-id-data.h" -#ifndef HAVE_ICONV_H -#undef HAVE_ICONV -#endif - #if HAVE_ICONV #include <iconv.h> #else |