From 630d7b5a0d0db5e8137976fb4e187cb4f4d9a497 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Nov 2005 13:59:24 +0000 Subject: Sync POSIX and ITRON magic with cpukit. --- testsuites/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/configure.ac') diff --git a/testsuites/configure.ac b/testsuites/configure.ac index 0bcac8afdf..07ac182f2e 100644 --- a/testsuites/configure.ac +++ b/testsuites/configure.ac @@ -42,15 +42,15 @@ if test "$enable_tests" = "yes"; then if test "$HAS_MP" = "yes"; then AC_CONFIG_SUBDIRS(mptests) fi - if test "$HAS_POSIX_API" = "yes"; then + if test "$rtems_cv_HAS_POSIX_API" = "yes"; then AC_CONFIG_SUBDIRS(psxtests) fi - if test "$HAS_ITRON_API" = "yes"; then + if test "$rtems_cv_HAS_ITRON_API" = "yes"; then AC_CONFIG_SUBDIRS(itrontests) fi # Now do performance tests AC_CONFIG_SUBDIRS(tmtests) - if test "$HAS_ITRON_API" = "yes"; then + if test "$rtems_cv_HAS_ITRON_API" = "yes"; then AC_CONFIG_SUBDIRS(tmitrontests) fi fi -- cgit v1.2.3