acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Default setting is new_allocator for all hosts.

2004-03-16  Benjamin Kosnik  <bkoz@redhat.com>

	* acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Default setting is
	new_allocator for all hosts.
	* configure: Regenerate.

From-SVN: r79582
This commit is contained in:
Benjamin Kosnik 2004-03-17 08:50:32 +00:00 committed by Benjamin Kosnik
parent e20036e26c
commit 87599abdc5
3 changed files with 6 additions and 30 deletions

View File

@ -1,3 +1,9 @@
2004-03-16 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Default setting is
new_allocator for all hosts.
* configure: Regenerate.
2004-03-16 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/num_put/put/char/4.cc: Fix for 64-bit pointers.

View File

@ -1195,21 +1195,6 @@ AC_DEFUN([GLIBCXX_ENABLE_ALLOCATOR], [
# Default to "new".
if test $enable_libstdcxx_allocator_flag = auto; then
case ${target_os} in
freebsd*)
enable_libstdcxx_allocator_flag=mt
;;
hpux11*)
enable_libstdcxx_allocator_flag=mt
;;
irix6*)
enable_libstdcxx_allocator_flag=mt
;;
linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
enable_libstdcxx_allocator_flag=mt
;;
solaris*)
enable_libstdcxx_allocator_flag=mt
;;
*)
enable_libstdcxx_allocator_flag=new
;;

View File

@ -6291,21 +6291,6 @@ fi;
# Default to "new".
if test $enable_libstdcxx_allocator_flag = auto; then
case ${target_os} in
freebsd*)
enable_libstdcxx_allocator_flag=mt
;;
hpux11*)
enable_libstdcxx_allocator_flag=mt
;;
irix6*)
enable_libstdcxx_allocator_flag=mt
;;
linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
enable_libstdcxx_allocator_flag=mt
;;
solaris*)
enable_libstdcxx_allocator_flag=mt
;;
*)
enable_libstdcxx_allocator_flag=new
;;