]> git.saurik.com Git - wxWidgets.git/commitdiff
HAVE_BOOST_THREAD should be off by default
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Aug 2008 15:47:20 +0000 (15:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 13 Aug 2008 15:47:20 +0000 (15:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/benchmarks/tls.cpp

index e9c780ed9a3e78bdc358382aa9fa37ed364a0e45..de6a4c2737e3088d974d24f93a7dd17e422f205f 100644 (file)
@@ -30,7 +30,7 @@
 
 // uncomment this to also test Boost version (you will also need to link with
 // libboost_threads)
-#define HAVE_BOOST_THREAD
+//#define HAVE_BOOST_THREAD
 #ifdef HAVE_BOOST_THREAD
     #include <boost/thread/tss.hpp>
 #endif