aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2014-03-24 21:18:11 +0100
committerSverker Eriksson <[email protected]>2014-03-24 21:18:11 +0100
commit05432fb0eec53cab53670e053f22aa3c3ad61d97 (patch)
treeb46f044e04c8f6edfeb7df154ee8afd66793c00f /configure.in
parentd2725ed41a16fcc828f0e1af77da2798404f0bdb (diff)
parent03d322c57e070998a9b321ef0221436c15180455 (diff)
downloadotp-05432fb0eec53cab53670e053f22aa3c3ad61d97.tar.gz
otp-05432fb0eec53cab53670e053f22aa3c3ad61d97.tar.bz2
otp-05432fb0eec53cab53670e053f22aa3c3ad61d97.zip
Merge branch 'sverk/halfword-deprecate/OTP-11777'
* sverk/halfword-deprecate/OTP-11777: erts: Deprecate halfword emulator
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f6cccb4f4b..be906dcb4e 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl %CopyrightBegin%
dnl
-dnl Copyright Ericsson AB 1998-2012. All Rights Reserved.
+dnl Copyright Ericsson AB 1998-2014. All Rights Reserved.
dnl
dnl The contents of this file are subject to the Erlang Public License,
dnl Version 1.1, (the "License"); you may not use this file except in
@@ -209,7 +209,7 @@ 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)]))
+ [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])