From fbe6a00c095f7307fda81d7985c5219086408518 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Nov 2005 12:11:32 +0000 Subject: 2005-11-09 Ralf Corsepius * configure.ac: Fix config-variables of conditionally built subdirs. --- testsuites/configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/configure.ac') diff --git a/testsuites/configure.ac b/testsuites/configure.ac index b7046ec83f..f62c34c4ef 100644 --- a/testsuites/configure.ac +++ b/testsuites/configure.ac @@ -36,18 +36,18 @@ esac if test "$enable_tests" = "yes"; then # do functionality tests first, then performance tests AC_CONFIG_SUBDIRS(libtests sptests) - if test "$rtems_cv_HAS_MULTIPROCESSING" = "yes"; then + if test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes"; then AC_CONFIG_SUBDIRS(mptests) fi - if test "$rtems_cv_HAS_POSIX_API" = "yes"; then + if test "$rtems_cv_RTEMS_POSIX_API" = "yes"; then AC_CONFIG_SUBDIRS(psxtests) fi - if test "$rtems_cv_HAS_ITRON_API" = "yes"; then + if test "$rtems_cv_RTEMS_ITRON_API" = "yes"; then AC_CONFIG_SUBDIRS(itrontests) fi # Now do performance tests AC_CONFIG_SUBDIRS(tmtests) - if test "$rtems_cv_HAS_ITRON_API" = "yes"; then + if test "$rtems_cv_RTEMS_ITRON_API" = "yes"; then AC_CONFIG_SUBDIRS(tmitrontests) fi fi -- cgit v1.2.3