source: rtems/c/src/exec/aclocal/enable-multiprocessing.m4 @ 18ec075f

4.104.114.84.95
Last change on this file since 18ec075f was 18ec075f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:20:43

2002-07-01 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-multiprocessing.m4: enable_multiprocessing=no.
  • aclocal/prog-cc.m4: Remove obsolete comments. Comment out GCCSED.
  • 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.