From 27f9f12d8eec0913370a53d49449beda953410d5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jun 2002 10:56:24 +0000 Subject: 2002-06-26 Ralf Corsepius * 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. --- cpukit/aclocal/enable-multiprocessing.m4 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'cpukit/aclocal/enable-multiprocessing.m4') diff --git a/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4 index 6e9a87e04a..d94562516c 100644 --- a/cpukit/aclocal/enable-multiprocessing.m4 +++ b/cpukit/aclocal/enable-multiprocessing.m4 @@ -4,10 +4,9 @@ AC_DEFUN(RTEMS_ENABLE_MULTIPROCESSING, [ AC_ARG_ENABLE(multiprocessing, AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]), -[case "${enableval}" in - yes) RTEMS_HAS_MULTIPROCESSING=yes ;; - no) RTEMS_HAS_MULTIPROCESSING=no ;; +[case "${enable_multiprocessing}" in + yes) ;; + no) ;; *) AC_MSG_ERROR(bad value ${enableval} for enable-multiprocessing option) ;; -esac],[RTEMS_HAS_MULTIPROCESSING=no]) -AC_SUBST(RTEMS_HAS_MULTIPROCESSING)dnl +esac],[$enable_multiprocessing=no]) ]) -- cgit v1.2.3