diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
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 |