Bump required nobug version to 201006.1

This commit is contained in:
Fischlurch 2010-06-03 04:18:34 +02:00
parent f0aed2c2cc
commit 7fbf84dd5d

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', 201005.1):
if not conf.CheckPkgConfig('nobugmt', 201006.1):
problems.append('Did not find NoBug [http://www.lumiera.org/nobug_manual.html].')
else:
conf.env.mergeConf('nobugmt')