From f75964c5ba61fcd83e2b8765296920e569a4c92f Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 15 Feb 2010 00:50:16 +0100 Subject: [PATCH] NoBug February-Release 201002.1 now required --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 45299a5c2..3a97caf91 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', 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')