summaryrefslogtreecommitdiff
path: root/libs/evoral/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-22 20:51:13 +0000
committerDavid Robillard <d@drobilla.net>2009-07-22 20:51:13 +0000
commit3804e3bc497f68d4b68f51794815db3ffe5e7a91 (patch)
treed2f461010c064d15f555d73c0733df019bffaf7c /libs/evoral/wscript
parentee2936bad88280ec65f14a52a6faa53881c1feaf (diff)
Update autowaf.
git-svn-id: svn://localhost/ardour2/branches/3.0@5414 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/wscript')
-rw-r--r--libs/evoral/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/wscript b/libs/evoral/wscript
index a00ea26c43..dd5b6f6db9 100644
--- a/libs/evoral/wscript
+++ b/libs/evoral/wscript
@@ -26,7 +26,7 @@ def set_options(opt):
def configure(conf):
autowaf.configure(conf)
- autowaf.check_tool(conf, 'compiler_cxx')
+ conf.check_tool('compiler_cxx')
autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2')
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0')