2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Remove itron.
This commit is contained in:
Ralf Corsepius
2010-06-17 16:02:31 +00:00
parent dea33e831c
commit bce989a942
2 changed files with 4 additions and 7 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove itron.
2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/version.m4: Bump RTEMS_API to 4.11.
-7
View File
@@ -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