summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
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 /cpukit/configure.ac
parentconfigure: Remove HAVE_SEMAPHORE_H support (diff)
downloadrtems-dc7031904de103064da3b93ed90f0791c8b8adb4.tar.bz2
configure: Remove HAVE_THREADS_H support
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 2a1ab64620..945bd309a4 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -136,12 +136,9 @@ AC_CHECK_FUNCS([ttyname getcwd])
# Check if the installed toolchain provides these headers
# and error out if not.
-AC_CHECK_HEADERS([tar.h errno.h sched.h semaphore.h sys/cdefs.h sys/queue.h],,
+AC_CHECK_HEADERS([errno.h sched.h semaphore.h sys/cdefs.h sys/queue.h tar.h threads.h],,
[RTEMS_TOOL_CHAIN_ERROR])
-AC_CHECK_HEADERS([threads.h])
-AM_CONDITIONAL([HAVE_THREADS_H],[test x"$ac_cv_header_threads_h" = x"yes"])
-
## error out if libc doesn't provide stdint.h
AS_IF([test x"${ac_cv_header_stdint_h}" != xyes],
[RTEMS_TOOL_CHAIN_ERROR])