From 7a6c6f46ed4db4663be5531b2af10704c7f654ab Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Tue, 29 Mar 2016 16:41:27 +1100 Subject: [PATCH] remove HAVE_PTHREAD_H --- cmake/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/config.h.in b/cmake/config.h.in index aac8f64b..75c27b3e 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -52,9 +52,6 @@ /* Define to 1 if `posix_memalign' works. */ #cmakedefine HAVE_POSIX_MEMALIGN -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_PTHREAD_H - /* Define to 1 if you have the `setrlimit' function. */ #cmakedefine HAVE_SETRLIMIT