Module: xenomai-jki
Branch: for-upstream
Commit: 45aca4239b6e5c772a12962bcdbe75435f4ffec2
URL:    
http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=45aca4239b6e5c772a12962bcdbe75435f4ffec2

Author: Jan Kiszka <jan.kis...@siemens.com>
Date:   Thu Jan 10 14:29:14 2013 +0100

configure: Report defaults for smp/x86-sep/x86-tsc in help output

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>

---

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index 98358cf..c9399ba 100644
--- a/configure.in
+++ b/configure.in
@@ -180,7 +180,7 @@ x86|powerpc|arm)
 esac
 AC_MSG_CHECKING(for SMP support)
 AC_ARG_ENABLE(smp,
-       AS_HELP_STRING([--enable-smp], [Enable SMP support]),
+       AS_HELP_STRING([--enable-smp], [Enable SMP support [default=yes on x86, 
Power, ARM]]),
        [case "$enableval" in
        y | yes) CONFIG_SMP=y ;;
        *) unset CONFIG_SMP ;;
@@ -195,7 +195,7 @@ CONFIG_X86_TSC=y
 if test $XENO_TARGET_ARCH = x86; then
   AC_MSG_CHECKING(for x86 SEP instructions in syscalls)
   AC_ARG_ENABLE(x86-sep,
-       AS_HELP_STRING([--enable-x86-sep], [Enable x86 SEP instructions for 
issuing syscalls]),
+       AS_HELP_STRING([--enable-x86-sep], [Enable x86 SEP instructions for 
issuing syscalls [default=yes]]),
        [case "$enableval" in
        y | yes) CONFIG_XENO_X86_SEP=y ;;
        *) unset CONFIG_XENO_X86_SEP ;;
@@ -204,7 +204,7 @@ if test $XENO_TARGET_ARCH = x86; then
 
   AC_MSG_CHECKING(for x86 TSC support)
   AC_ARG_ENABLE(x86-tsc,
-       AS_HELP_STRING([--enable-x86-tsc], [Enable x86 TSC for timings]),
+       AS_HELP_STRING([--enable-x86-tsc], [Enable x86 TSC for timings 
[default=yes]]),
        [case "$enableval" in
        y | yes) CONFIG_X86_TSC=y ;;
        *) unset CONFIG_X86_TSC ;;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to