implement methods in TempoMap for walking a given distance along a tempo map and...
[ardour.git] / libs / taglib / wscript
index f0754c9b227e525c96d6d9e5de38ce483ffee886..8b15a78ed19b6c32aa0201b18aa7fea0b5943eeb 100644 (file)
@@ -27,7 +27,7 @@ def set_options(opt):
 
 def configure(conf):
        autowaf.configure(conf)
-       autowaf.check_tool(conf, 'compiler_cxx')
+       conf.check_tool('compiler_cxx')
 
 def build(bld):
        # Library
@@ -50,7 +50,7 @@ def build(bld):
        obj.source = []
        for i in sources:
                obj.source += [ i.replace(path_prefix, '') ]
-       
+
        include_dirs = '''
                taglib
                taglib/toolkit
@@ -73,7 +73,7 @@ def build(bld):
        obj.target       = 'taglib'
        obj.vnum         = LIBTAGLIB_LIB_VERSION
        obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
-       
+
 def shutdown():
        autowaf.shutdown()