diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-06-18 11:28:09 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-06-24 16:22:30 +0200 |
commit | c5ee304b5e73a5e5a9ac38c1180971baa051824b (patch) | |
tree | 51e3ef75d02e66246ca5b0ee9acbc75a3a68d15d /configure.in | |
parent | f3a0dc2a3b2ef161b83994a374ef2a447328098e (diff) | |
download | otp-c5ee304b5e73a5e5a9ac38c1180971baa051824b.tar.gz otp-c5ee304b5e73a5e5a9ac38c1180971baa051824b.tar.bz2 otp-c5ee304b5e73a5e5a9ac38c1180971baa051824b.zip |
erts: Remove halfword from configure
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 64b0bdac6d..e8c8680e19 100644 --- a/configure.in +++ b/configure.in @@ -208,10 +208,6 @@ AS_HELP_STRING([--disable-threads], [disable async thread support])) AC_ARG_ENABLE(dirty-schedulers, AS_HELP_STRING([--enable-dirty-schedulers], [enable dirty scheduler support])) -AC_ARG_ENABLE(halfword-emulator, -AS_HELP_STRING([--enable-halfword-emulator], - [enable halfword emulator (only for 64bit builds). Note: Halfword emulator is marked as deprecated and scheduled for removal in future major release.])) - AC_ARG_ENABLE(smp-support, AS_HELP_STRING([--enable-smp-support], [enable smp support]) AS_HELP_STRING([--disable-smp-support], [disable smp support])) |