summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-28 16:53:01 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-28 16:53:01 -0400
commit9113ea1f3f29b3aee710efc829e85a9772bcb836 (patch)
treefd192779f06f7298809315bc7e1db4398633fa75 /configure
parenta4172181585cec75422786d905c6e03ddfa7cd20 (diff)
Remove the --experimental-malloc option
It's well tested, make it the default.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index 7814072a81..20e73409ae 100755
--- a/configure
+++ b/configure
@@ -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