summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 6acb037556..dc971d1b33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,13 +41,6 @@ AC_ARG_ENABLE([docs],
RTEMS_BUILD_CONFIG_SUBDIRS([tools/build])
RTEMS_BUILD_CONFIG_SUBDIRS([tools/cpu])
-# FIXME: tools/schedsim has a lot of problems, don't build by default
-AC_ARG_ENABLE([schedsim],
- [AS_HELP_STRING([--enable-schedsim],[enable building tools/schedsim (default::disabled)])])
-AS_IF([test "$enable_schedsim" = yes],[
-RTEMS_BUILD_CONFIG_SUBDIRS([tools/schedsim])
-])
-
case $enable_tests in
yes | samples )
RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools])