2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove AM_CONDITIONAL(HAS_MP).
	Remove RTEMS_CHECK_MULTIPROCESSING.
This commit is contained in:
Ralf Corsepius
2004-02-03 06:25:17 +00:00
parent 23bd20f7d5
commit 689d065700
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AM_CONDITIONAL(HAS_MP).
Remove RTEMS_CHECK_MULTIPROCESSING.
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,

View File

@@ -15,10 +15,6 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT