From 7fe5a88c88d0445c8dd8966e437cde5e891fae1a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Jan 2011 12:20:19 +0000 Subject: =?UTF-8?q?2011-01-26=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Don't build tools/schedsim by default. Add --enable-schedsim (Default: disabled). --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7e1971ed10..f0f9c7d7ee 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,13 @@ 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 ) -- cgit v1.2.3