From 18cfd11c0f6d748823faf1abc92b619793b1385d Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Tue, 29 Mar 2016 16:39:58 +1100 Subject: [PATCH] remove ENABLE_TOOLS_THREADS --- cmake/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/config.h.in b/cmake/config.h.in index 9c8f8a27..aac8f64b 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -15,9 +15,6 @@ /* internal build, switch on dump support. */ #cmakedefine DUMP_SUPPORT -/* Build tools with threading support */ -#cmakedefine ENABLE_TOOLS_THREADS - /* Define to 1 if `backtrace' works. */ #cmakedefine HAVE_BACKTRACE