From dc7031904de103064da3b93ed90f0791c8b8adb4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Jan 2017 09:39:32 +0100 Subject: configure: Remove HAVE_THREADS_H support --- cpukit/libstdthreads/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/libstdthreads') diff --git a/cpukit/libstdthreads/Makefile.am b/cpukit/libstdthreads/Makefile.am index 8b4ffaae0f..b6b9138063 100644 --- a/cpukit/libstdthreads/Makefile.am +++ b/cpukit/libstdthreads/Makefile.am @@ -8,7 +8,6 @@ libstdthreads_a_CFLAGS = -std=c11 libstdthreads_a_CPPFLAGS = $(AM_CPPFLAGS) libstdthreads_a_SOURCES = -if HAVE_THREADS_H libstdthreads_a_SOURCES += call_once.c libstdthreads_a_SOURCES += cnd.c libstdthreads_a_SOURCES += mtx.c @@ -16,6 +15,5 @@ if HAS_PTHREADS libstdthreads_a_SOURCES += thrd.c endif libstdthreads_a_SOURCES += tss.c -endif include $(top_srcdir)/automake/local.am -- cgit v1.2.3