diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2000-10-25 16:54:47 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-25 16:54:47 +0000 |
commit | dfb1d76f1caaa5448184522716fc7c05276ffc49 (patch) | |
tree | 0c708ed376115ae13567b696378dfabfdbb490b9 /libstdc++-v3/configure.in | |
parent | dc5041ab711fd5760a0c7fb0a9ae4b3292608eca (diff) | |
download | gcc-dfb1d76f1caaa5448184522716fc7c05276ffc49.zip gcc-dfb1d76f1caaa5448184522716fc7c05276ffc49.tar.gz gcc-dfb1d76f1caaa5448184522716fc7c05276ffc49.tar.bz2 |
configure.in: Check for gconv.h.
2000-10-25 Phil Edwards <pme@sources.redhat.com>
* configure.in: Check for gconv.h.
* libio/wfileops.c: Wrap gconv.h in HAVE_GCONV_H.
* config/c_io_libio_codecvt.c: Change __mbstate_t to __c_mbstate_t.
* libio/_G_config.h: And here.
* libio/iofwide.c: And here.
* libio/libio.h: And here.
* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Remove
exception specification to match declaration.
* include/bits/locale_facets.tcc: Include bits/std_clocale.h.
From-SVN: r37053
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 66df1bf..1ffc0cb 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -135,6 +135,7 @@ else GLIBCPP_CHECK_CTYPE AC_FUNC_MMAP + AC_CHECK_HEADERS(gconv.h) fi AM_CONDITIONAL(CANADIAN, test "$CANADIAN" = yes) |