summaryrefslogtreecommitdiffstats
path: root/testsuites/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-17 16:02:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-17 16:02:31 +0000
commitbce989a942b93313ec7bad5fa4d081da6a1e77a0 (patch)
tree0c8600d1b1c8244bf3684a193f6c8067bee2cbdf /testsuites/configure.ac
parent2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-bce989a942b93313ec7bad5fa4d081da6a1e77a0.tar.bz2
2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove itron.
Diffstat (limited to 'testsuites/configure.ac')
-rw-r--r--testsuites/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 5b14908b05..43adf7985d 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -23,7 +23,6 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_PROG_CC
RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API])
-RTEMS_CHECK_CPUOPTS([RTEMS_ITRON_API])
RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
RTEMS_CHECK_CPUOPTS([RTEMS_NETWORKING])
@@ -39,14 +38,8 @@ if test "$enable_tests" = "yes"; then
if test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes"; then
AC_CONFIG_SUBDIRS(mptests)
fi
- 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_RTEMS_ITRON_API" = "yes"; then
- AC_CONFIG_SUBDIRS(tmitrontests)
- fi
fi
# Explicitly list all Makefiles here