configure: Documentation

This commit is contained in:
Sebastian Huber
2013-06-10 10:10:43 +02:00
parent 18e2fbe70d
commit aec0e1958e
6 changed files with 17 additions and 6 deletions

View File

@@ -2,7 +2,9 @@ AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[
AC_ARG_ENABLE(multiprocessing,
[AS_HELP_STRING([--enable-multiprocessing],
[enable multiprocessing interface])],
[enable multiprocessing interface; the multiprocessing interface is a
communication interface between different RTEMS instances and allows
synchronization of objects via message passing])],
[case "${enable_multiprocessing}" in
yes) ;;
no) ;;