aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
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',