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

Last change on this file since 98b30aa was 98b30aa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/04 at 07:26:52

Fix m4-underquoting.

  • Property mode set to 100644
File size: 338 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.