URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [aclocal/] [enable-multiprocessing.m4] - Rev 1779
Go to most recent revision | Compare with Previous | Blame | View Log
dnl enable-multiprocessing.m4,v 1.3 2002/07/01 09:20:43 ralf Exp AC_DEFUN(RTEMS_ENABLE_MULTIPROCESSING, [ AC_ARG_ENABLE(multiprocessing, AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]), [case "${enable_multiprocessing}" in yes) ;; no) ;; *) AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;; esac],[enable_multiprocessing=no]) ])
Go to most recent revision | Compare with Previous | Blame | View Log