From 19fcbf7b74c68529fe24f40f1c0fa923a3d22bce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Dec 2017 12:27:22 +0100 Subject: Use std::thread in evolution code --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index e486186..9896972 100644 --- a/wscript +++ b/wscript @@ -43,8 +43,8 @@ def configure(conf): atleast_version='0.4.0', mandatory=False) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', atleast_version='0.4.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