source: rtems-schedsim/aclocal/enable-multiprocessing.m4 @ 968d2b2

Last change on this file since 968d2b2 was 40cadee, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/13 at 00:33:31

aclocal/*.m4: Update from RTEMS

  • Property mode set to 100644
File size: 331 bytes
Line 
1AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
2[
3AC_ARG_ENABLE(multiprocessing,
4[AS_HELP_STRING([--enable-multiprocessing],
5[enable multiprocessing interface])],
6[case "${enable_multiprocessing}" in
7  yes) ;;
8  no) ;;
9  *)  AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;;
10esac],[enable_multiprocessing=no])
11])
Note: See TracBrowser for help on using the repository browser.