diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-06-06 20:11:26 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2008-06-06 20:11:26 +0100 |
commit | bffc9d793fd01df2420a39b2544860f9bae16848 (patch) | |
tree | 16521bbe945f4368aaa62b35c00f9cbb1b922d6f /libstdc++-v3/config.h.in | |
parent | 41870ac553f4ea9df38ada05abf8aecb23c330f8 (diff) | |
download | gcc-bffc9d793fd01df2420a39b2544860f9bae16848.tar.gz |
configure.ac: Do not check for gconv.h.
* configure.ac: Do not check for gconv.h.
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Do not test for gconv.h or
gconf.h. For glibc and uClibc systems, define
_GLIBCXX_USE_RANDOM_TR1 and HAVE_MMAP and use AC_LC_MESSAGES and
AM_ICONV.
* configure, config.h.in: Regenerate.
From-SVN: r136494
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index bb7ecafc12d..d107f481be7 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -156,12 +156,6 @@ /* Define to 1 if you have the `frexpl' function. */ #undef HAVE_FREXPL -/* Define to 1 if you have the <gconf.h> header file. */ -#undef HAVE_GCONF_H - -/* Define to 1 if you have the <gconv.h> header file. */ -#undef HAVE_GCONV_H - /* Define if _Unwind_GetIPInfo is available. */ #undef HAVE_GETIPINFO |