summaryrefslogtreecommitdiffstats
path: root/testsuites/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 18:12:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 18:12:45 +0000
commit7974c4ba51bb397e1d9606bd7f6685843205967e (patch)
tree3311caf4b2b0233f950b9a3e5390ce2bd28868ad /testsuites/configure.ac
parent2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7974c4ba51bb397e1d9606bd7f6685843205967e.tar.bz2
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove subdir tools.
Diffstat (limited to 'testsuites/configure.ac')
-rw-r--r--testsuites/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 0a175c293c..4f49bcf7b3 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -31,7 +31,6 @@ RTEMS_CHECK_TESTS
case $enable_tests in
yes | samples )
- AC_CONFIG_SUBDIRS(tools)
AC_CONFIG_SUBDIRS(support)
AC_CONFIG_SUBDIRS(samples)
;;