source: rtems/aclocal/enable-multiprocessing.m4 @ 0e08a3c3

4.104.114.84.95
Last change on this file since 0e08a3c3 was 0f8ae13c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:27:36

2002-06-30 Ralf Corsepius <corsepiu@…>

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