From 4fcb110d5ff7cf834e305c12023006caa0bce3bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Dec 2010 20:07:20 +0000 Subject: Update version in redlandmm configure checks. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2759 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index cbc54b4..a3ac8d2 100644 --- a/wscript +++ b/wscript @@ -36,7 +36,7 @@ def configure(conf): atleast_version='2.6.0', mandatory=False) autowaf.check_pkg(conf, 'rasqal', uselib_store='RASQAL', mandatory=False) autowaf.check_pkg(conf, 'redlandmm', uselib_store='REDLANDMM', - atleast_version='0.0.0', mandatory=False) + atleast_version='0.1.0', mandatory=False) autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE', atleast_version='0.0.0', mandatory=False) -- cgit v1.2.1