diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-28 16:53:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-28 16:53:01 -0400 |
commit | 9113ea1f3f29b3aee710efc829e85a9772bcb836 (patch) | |
tree | fd192779f06f7298809315bc7e1db4398633fa75 /configure | |
parent | a4172181585cec75422786d905c6e03ddfa7cd20 (diff) | |
download | glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.zip glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.tar.gz glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.tar.bz2 |
Remove the --experimental-malloc option
It's well tested, make it the default.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -691,7 +691,6 @@ base_machine add_on_subdirs add_ons libc_cv_nss_crypt -experimental_malloc all_warnings force_install bindnow @@ -790,7 +789,6 @@ enable_force_install enable_kernel enable_all_warnings enable_multi_arch -enable_experimental_malloc enable_nss_crypt with_cpu ' @@ -1450,8 +1448,6 @@ Optional Features: --enable-all-warnings enable all useful warnings gcc can issue --enable-multi-arch enable single DSO with optimizations for multiple architectures - --enable-experimental-malloc - enable experimental malloc features --enable-nss-crypt enable libcrypt to use nss Optional Packages: @@ -3766,13 +3762,6 @@ else fi -# Check whether --enable-experimental-malloc was given. -if test "${enable_experimental_malloc+set}" = set; then : - enableval=$enable_experimental_malloc; experimental_malloc=$enableval -fi - - - # Check whether --enable-nss-crypt was given. if test "${enable_nss_crypt+set}" = set; then : enableval=$enable_nss_crypt; nss_crypt=$enableval |