summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 11:33:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 11:33:28 +0100
commit9fad437fbe4b65c3108e9735c44f0587e83bb52b (patch)
treeb0da88047e08696f0abfdbe7dcf5e980120ef1a6 /testsuites/sptests/configure.ac
parentconfigure: Remove envlock support (diff)
downloadrtems-9fad437fbe4b65c3108e9735c44f0587e83bb52b.tar.bz2
configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUE
Diffstat (limited to 'testsuites/sptests/configure.ac')
-rw-r--r--testsuites/sptests/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac
index 9feee8b015..74ce15d656 100644
--- a/testsuites/sptests/configure.ac
+++ b/testsuites/sptests/configure.ac
@@ -30,9 +30,6 @@ AM_CONDITIONAL([HAS_CPLUSPLUS],[test $HAS_CPLUSPLUS = "yes"])
# FIXME: We should get rid of this. It's a cludge.
AC_CHECK_SIZEOF([time_t])
-AC_CHECK_TYPES([struct _Thread_queue_Queue],[],[],[#include <sys/lock.h>])
-AM_CONDITIONAL(HAS__THREAD_QUEUE_QUEUE,test x"${ac_cv_type_struct__Thread_queue_Queue}" = x"yes")
-
# Some tests should not be built/run in SMP configurations
RTEMS_CHECK_CPUOPTS([RTEMS_SMP])
AM_CONDITIONAL(HAS_SMP,test "$rtems_cv_RTEMS_SMP" = "yes")