Module: xenomai-head Branch: master Commit: d5e56cc94f0db87b432fa5525544e2659e95420b URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=d5e56cc94f0db87b432fa5525544e2659e95420b
Author: Philippe Gerum <[email protected]> Date: Fri May 21 11:20:52 2010 +0200 scripts: fix --enable-debug help string --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 9c68443..a920f13 100644 --- a/configure.in +++ b/configure.in @@ -148,7 +148,7 @@ dnl Debug build (default: off) debug_symbols= AC_MSG_CHECKING(for debug symbols) AC_ARG_ENABLE(debug, - AS_HELP_STRING([--enable-debug], [Enable debug support in nucleus and debug symbols in programs]), + AS_HELP_STRING([--enable-debug], [Enable debug symbols in programs]), [case "$enableval" in y | yes) debug_symbols=y ;; *) unset debug_symbols ;; _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
