summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-17 15:29:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-17 15:29:22 +0000
commitfce31ab907acd80bdc8fc92438c5f73f0a72c13e (patch)
treeea45eeeb210107cd17b0c9ec408c7c66fdcd2e12 /cpukit/configure.ac
parentRemove. (diff)
downloadrtems-fce31ab907acd80bdc8fc92438c5f73f0a72c13e.tar.bz2
Remove itron.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index fc2964c6be..116bc6c791 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -15,7 +15,6 @@ AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB
RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENABLE_POSIX
-RTEMS_ENABLE_ITRON
RTEMS_ENABLE_RTEMS_DEBUG
RTEMS_ENABLE_NETWORKING
@@ -113,7 +112,6 @@ AC_CHECK_HEADER([pthread.h],[
RTEMS_CHECK_MULTIPROCESSING
RTEMS_CHECK_POSIX_API
-RTEMS_CHECK_ITRON_API
RTEMS_CHECK_NETWORKING
rtems_major=`echo _RTEMS_VERSION | sed "s/\..*//"`
@@ -127,11 +125,6 @@ RTEMS_CPUOPT([RTEMS_DEBUG],
[1],
[if RTEMS_DEBUG is enabled])
-RTEMS_CPUOPT([RTEMS_ITRON_API],
- [test x"$rtems_cv_HAS_ITRON_API" = x"yes"],
- [1],
- [if itron api is supported])
-
RTEMS_CPUOPT([RTEMS_MULTIPROCESSING],
[test x"$enable_multiprocessing" = xyes],
[1],
@@ -266,7 +259,6 @@ AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
-AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
@@ -316,7 +308,6 @@ score/cpu/sparc/Makefile
score/cpu/sparc64/Makefile
score/cpu/no_cpu/Makefile
posix/Makefile
-itron/Makefile
libblock/Makefile
libfs/Makefile
libfs/src/nfsclient/Makefile