summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-03 16:48:20 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-03 16:48:20 +0000
commite24cbb013452649dba7cffa96bd5e9c37bde6d4c (patch)
tree92cf133ffcbf252c37de8ae8b31c002c5adf431c /gcc/config.in
parentcf6d853e688c160029f513591f20fc6993df6709 (diff)
downloadgcc-e24cbb013452649dba7cffa96bd5e9c37bde6d4c.tar.gz
* aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.
* config.in, configure.in: Regenerate. * cpphash.h, java/lex.h: Check both HAVE_ICONV and HAVE_ICONV_H before including iconv.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74234 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 3c2f8d36bb9..72aec728470 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -115,6 +115,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <iconv.h> header file. */
+#undef HAVE_ICONV_H
+
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H