source: rtems/c/src/exec/aclocal/enable-multiprocessing.m4 @ 27f9f12

4.104.114.84.95
Last change on this file since 27f9f12 was 27f9f12, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 10:56:24

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

  • configure.ac: Remove references to RTEMS_BSP.
  • aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP. Allow building w/ --enable-multiprocessing --enable-multilib.
  • aclocal/enable-multiprocessing.m4: Eliminate RTEMS_HAS_MULTIPROCESSING.
  • Property mode set to 100644
File size: 337 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.