From 3d68bae339ee6f1285fc66d8192ea704708847f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Dec 2010 19:11:26 +0000 Subject: Disable check for Eugene. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2776 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index a3ac8d2..06f31de 100644 --- a/wscript +++ b/wscript @@ -37,8 +37,8 @@ def configure(conf): autowaf.check_pkg(conf, 'rasqal', uselib_store='RASQAL', mandatory=False) autowaf.check_pkg(conf, 'redlandmm', uselib_store='REDLANDMM', atleast_version='0.1.0', mandatory=False) - autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE', - atleast_version='0.0.0', mandatory=False) + #autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE', + # atleast_version='0.0.0', mandatory=False) # Check for posix_memalign (OSX, amazingly, doesn't have it) conf.check(function_name='posix_memalign', -- cgit v1.2.1