aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-09-07 10:05:11 +0200
committerBjörn Gustavsson <[email protected]>2011-09-08 13:15:56 +0200
commit49854c414bc2d7ca0d538086476ca81c34d38fae (patch)
treedd0ccf3fd8f47abad00d757b0a2e3fd2f0eda9e4 /erts/configure.in
parent6fae573fc291f4a77282b918cae346064bece80e (diff)
downloadotp-49854c414bc2d7ca0d538086476ca81c34d38fae.tar.gz
otp-49854c414bc2d7ca0d538086476ca81c34d38fae.tar.bz2
otp-49854c414bc2d7ca0d538086476ca81c34d38fae.zip
erts/configure.in: Remove useless --disable-fixalloc option
./configure --disable-fixalloc does not do anytning any longer, since there is no longer any "fix allocators" (in the original sense).
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 3dbf98b876..2ae9c63215 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -259,13 +259,6 @@ AS_HELP_STRING([--enable-m32-build],
esac
],enable_m32_build=no)
-AC_ARG_ENABLE(fixalloc,
-AS_HELP_STRING([--disable-fixalloc], [disable the use of fix_alloc]))
-if test x${enable_fixalloc} = xno ; then
- AC_DEFINE(NO_FIX_ALLOC,[],
- [Define if you don't want the fix allocator in Erlang])
-fi
-
AC_SUBST(PERFCTR_PATH)
AC_ARG_WITH(perfctr,
AS_HELP_STRING([--with-perfctr=PATH],