NoBug February-Release 201002.1 now required

This commit is contained in:
Fischlurch 2010-02-15 00:50:16 +01:00
parent 5b9aa5deb2
commit f75964c5ba

View file

@ -232,7 +232,7 @@ def configurePlatform(env):
else:
print 'Valgrind not found. The use of Valgrind is optional; building without.'
if not conf.CheckPkgConfig('nobugmt', 201001.1):
if not conf.CheckPkgConfig('nobugmt', 201002.1):
problems.append('Did not find NoBug [http://www.lumiera.org/nobug_manual.html].')
else:
conf.env.mergeConf('nobugmt')