diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
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 |