HAVE_BOOST_THREAD should be off by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-08-13 15:47:20 +00:00
parent 78a9167e55
commit 4c25eaccc9

View 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