diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-06 19:11:26 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-06 19:11:26 +0000 |
commit | 842503911be8408849b3c843831a3770dd471b4e (patch) | |
tree | 16521bbe945f4368aaa62b35c00f9cbb1b922d6f /libstdc++-v3/configure.ac | |
parent | 2c8e48347f0f0ac0ee14b5fd5d6176ab3487cb52 (diff) | |
download | gcc-842503911be8408849b3c843831a3770dd471b4e.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index 50da5245baa..19501aac1be 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -131,7 +131,7 @@ if $GLIBCXX_IS_NATIVE; then # Check for available headers. AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h machine/endian.h \ - machine/param.h sys/machine.h fp.h locale.h float.h inttypes.h gconv.h \ + machine/param.h sys/machine.h fp.h locale.h float.h inttypes.h \ sys/types.h sys/ipc.h sys/sem.h]) GLIBCXX_CHECK_LINKER_FEATURES |