summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 09:39:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 09:39:32 +0100
commitdc7031904de103064da3b93ed90f0791c8b8adb4 (patch)
treea5bdcaf3c51e2ebfff286803a00b77d06f6c44b4 /testsuites/sptests/Makefile.am
parentconfigure: Remove HAVE_SEMAPHORE_H support (diff)
downloadrtems-dc7031904de103064da3b93ed90f0791c8b8adb4.tar.bz2
configure: Remove HAVE_THREADS_H support
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index 09b8b79362..144ea305b6 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -44,9 +44,7 @@ endif
if HAS__THREAD_QUEUE_QUEUE
_SUBDIRS += spsyslock01
endif
-if HAS_THREADS_H
_SUBDIRS += spstdthreads01
-endif
_SUBDIRS += splinkersets01
_SUBDIRS += sptasknopreempt01
_SUBDIRS += spintrcritical23