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 /config.make.in | |
parent | a4172181585cec75422786d905c6e03ddfa7cd20 (diff) | |
download | glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.tar glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.tar.gz glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.tar.bz2 glibc-9113ea1f3f29b3aee710efc829e85a9772bcb836.zip |
Remove the --experimental-malloc option
It's well tested, make it the default.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.make.in b/config.make.in index d722a8b684..0656b1bca0 100644 --- a/config.make.in +++ b/config.make.in @@ -85,8 +85,6 @@ have-ksh = @libc_cv_have_ksh@ sizeof-long-double = @sizeof_long_double@ -experimental-malloc = @experimental_malloc@ - nss-crypt = @libc_cv_nss_crypt@ # Configuration options. |