Remove out of date comment.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 2bc0781e413f673c7edd8074ad296aaa04ad1105..d6cfd45c6db74971a8b10ddadf87db3cf44470d6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.56pre'
+VERSION = '0.58pre'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -85,7 +85,7 @@ def configure(conf):
                              #include <boost/thread.hpp>\n
                              int main() { boost::thread t (); }\n
                              """, msg = 'Checking for boost threading library',
-                              lib = [boost_thread],
+                              lib = [boost_thread, 'boost_system%s' % boost_lib_suffix],
                               uselib_store = 'BOOST_THREAD')
 
     conf.check_cxx(fragment = """