source: rtems/cpukit/aclocal/enable-multiprocessing.m4 @ ed8ec1c

4.104.114.84.95
Last change on this file since ed8ec1c was ed8ec1c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 08:52:47

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

  • copied over from aclocal/.
  • Property mode set to 100644
File size: 424 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 "${enableval}" in
8  yes) RTEMS_HAS_MULTIPROCESSING=yes ;;
9  no) RTEMS_HAS_MULTIPROCESSING=no ;;
10  *)  AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;;
11esac],[RTEMS_HAS_MULTIPROCESSING=no])
12AC_SUBST(RTEMS_HAS_MULTIPROCESSING)dnl
13])
Note: See TracBrowser for help on using the repository browser.