From 7fbf84dd5d90ba14c54108689d12ff2a3901d050 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Thu, 3 Jun 2010 04:18:34 +0200 Subject: [PATCH] Bump required nobug version to 201006.1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index dc4dc392a..eaf03c54e 100644 --- a/SConstruct +++ b/SConstruct @@ -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')