aboutsummaryrefslogtreecommitdiff
path: root/configure.in
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.in
parenta4172181585cec75422786d905c6e03ddfa7cd20 (diff)
downloadglibc-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.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index fc2a193..f2b3921 100644
--- a/configure.in
+++ b/configure.in
@@ -274,13 +274,6 @@ AC_ARG_ENABLE([multi-arch],
[multi_arch=$enableval],
[multi_arch=default])
-AC_ARG_ENABLE([experimental-malloc],
- AC_HELP_STRING([--enable-experimental-malloc],
- [enable experimental malloc features]),
- [experimental_malloc=$enableval],
- [])
-AC_SUBST(experimental_malloc)
-
AC_ARG_ENABLE([nss-crypt],
AC_HELP_STRING([--enable-nss-crypt],
[enable libcrypt to use nss]),