summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 14:56:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 14:56:36 +0000
commit027e40dc03e8b72f644f445ba5623fc794b2d169 (patch)
treed7e6a51cc753058a6429bbcda31b65643dd346f4 /testsuites/mptests/configure.ac
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-027e40dc03e8b72f644f445ba5623fc794b2d169.tar.bz2
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CONFIG_HEADER(config.h).
Diffstat (limited to 'testsuites/mptests/configure.ac')
-rw-r--r--testsuites/mptests/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac
index 99af06f6ff..2ecc283d01 100644
--- a/testsuites/mptests/configure.ac
+++ b/testsuites/mptests/configure.ac
@@ -5,6 +5,7 @@
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([mp01])
+AC_CONFIG_HEADER([config.h])
RTEMS_TOP([../..],[..])
RTEMS_CANONICAL_TARGET_CPU
@@ -22,8 +23,8 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
+RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")