aboutsummaryrefslogtreecommitdiffstats
path: root/erts/aclocal.m4
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2010-11-18 10:34:47 +0100
committerRickard Green <[email protected]>2010-11-18 10:34:47 +0100
commitec2406e524a1c12648edfb7762d09597a84b409a (patch)
tree3424b560678d1ffbb5c8ff0849a5fa24810d8b88 /erts/aclocal.m4
parentc7d5e9e04ef4e68809cd0f3e3cdbba7b8a2d232a (diff)
parent7aa711e9463c81d03c0c4012d65995a0f724c207 (diff)
downloadotp-ec2406e524a1c12648edfb7762d09597a84b409a.tar.gz
otp-ec2406e524a1c12648edfb7762d09597a84b409a.tar.bz2
otp-ec2406e524a1c12648edfb7762d09597a84b409a.zip
Merge branch 'rickard/configure-help/OTP-8859' into dev
* rickard/configure-help/OTP-8859: Cleanup configure help texts Conflicts: erts/aclocal.m4
Diffstat (limited to 'erts/aclocal.m4')
-rw-r--r--erts/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/aclocal.m4 b/erts/aclocal.m4
index be620d71f4..443d8622bf 100644
--- a/erts/aclocal.m4
+++ b/erts/aclocal.m4
@@ -1100,7 +1100,7 @@ test "X$disable_native_ethr_impls" = "Xyes" &&
AC_ARG_ENABLE(prefer-gcc-native-ethr-impls,
AS_HELP_STRING([--enable-prefer-gcc-native-ethr-impls],
- [enable prefer gcc native ethread implementations]),
+ [prefer gcc native ethread implementations]),
[ case "$enableval" in
yes) enable_prefer_gcc_native_ethr_impls=yes ;;
*) enable_prefer_gcc_native_ethr_impls=no ;;
@@ -1111,7 +1111,7 @@ test $enable_prefer_gcc_native_ethr_impls = yes &&
AC_ARG_WITH(libatomic_ops,
AS_HELP_STRING([--with-libatomic_ops=PATH],
- [use libatomic_ops with the ethread library]))
+ [specify and prefer usage of libatomic_ops in the ethread library]))
AC_ARG_ENABLE(ethread-pre-pentium4-compatibility,
AS_HELP_STRING([--enable-ethread-pre-pentium4-compatibility],