aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-24 08:11:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-24 08:11:33 +0200
commit925c690a1b777859c2e5d63dbc2806d6a0f79c9c (patch)
tree20dcd0539de8ecef385369a2172de77a646df788 /build2/scheduler.cxx
parent0d7c7f2c8bc044519b2936c9891d65701b7762bb (diff)
Redo config as feature test macros
Diffstat (limited to 'build2/scheduler.cxx')
-rw-r--r--build2/scheduler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler.cxx b/build2/scheduler.cxx
index 07799dc..be50b28 100644
--- a/build2/scheduler.cxx
+++ b/build2/scheduler.cxx
@@ -390,7 +390,7 @@ namespace build2
s.helpers_--;
}
-#ifdef BUTL_CXX11_THREAD_LOCAL
+#ifdef __cpp_thread_local
thread_local
#else
__thread