diff options
author | Rickard Green <[email protected]> | 2010-09-21 16:45:28 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-09-22 10:01:06 +0200 |
commit | 7aa711e9463c81d03c0c4012d65995a0f724c207 (patch) | |
tree | 426f7fea42da167c6a29c84e2bda8efbe289f036 /erts/aclocal.m4 | |
parent | 17224a3d31d25ce6daa4de63b52b26bee9564bcd (diff) | |
download | otp-7aa711e9463c81d03c0c4012d65995a0f724c207.tar.gz otp-7aa711e9463c81d03c0c4012d65995a0f724c207.tar.bz2 otp-7aa711e9463c81d03c0c4012d65995a0f724c207.zip |
Cleanup configure help texts
Diffstat (limited to 'erts/aclocal.m4')
-rw-r--r-- | erts/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/aclocal.m4 b/erts/aclocal.m4 index 3b1edd7605..e7b154a82b 100644 --- a/erts/aclocal.m4 +++ b/erts/aclocal.m4 @@ -1090,7 +1090,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 ;; @@ -1112,7 +1112,7 @@ test $enable_ethread_pre_pentium4_compatibilit = 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_DEFINE(ETHR_HAVE_ETHREAD_DEFINES, 1, \ [Define if you have all ethread defines]) |