From 48787337e744df41e12a81e75d39a58851d1ba0a 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/ingen@2759 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 4477c9e6..c1ad7422 100644 --- a/wscript +++ b/wscript @@ -57,7 +57,7 @@ def configure(conf): autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=False) autowaf.check_pkg(conf, 'redlandmm', uselib_store='REDLANDMM', - atleast_version='0.0.0', mandatory=False) + atleast_version='0.1.0', mandatory=False) if not Options.options.no_http: autowaf.check_pkg(conf, 'libsoup-2.4', uselib_store='SOUP', atleast_version='2.4.0', mandatory=False) -- cgit v1.2.1