Remove lxvst variable from wscript that was no longer in use
[ardour.git] / libs / timecode / wscript
index f919649e2526b3e6e46714cdd0ff63a86a2e89b9..034292b1ddd01951e63a38583194cfeeec3c4606 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 from waflib.extras import autowaf as autowaf
-import Options
+from waflib import Options
 import os
 
 # Version of this package (even if built as a child)
@@ -26,10 +26,9 @@ def options(opt):
     autowaf.set_options(opt)
 
 def configure(conf):
+    conf.load('compiler_cxx')
     autowaf.configure(conf)
 
-    conf.check_tool('compiler_cxx')
-
 def build(bld):
     # Library
     obj = bld(features = 'cxx cxxshlib')