From 7fe6358d08497b6befa3dbc0188eac321834f15a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Dec 2014 08:02:24 +0000 Subject: Upgrade to waf 1.8.5. git-svn-id: http://svn.drobilla.net/sord/trunk@321 3d64ff67-21c5-427c-a301-fe4f08042e5a --- waf | Bin 97411 -> 100567 bytes wscript | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/waf b/waf index a59c289..faf9dde 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 3c9e0aa..e78103f 100644 --- a/wscript +++ b/wscript @@ -65,7 +65,7 @@ def configure(conf): atleast_version='0.18.0', mandatory=True) autowaf.check_pkg(conf, 'libpcre', uselib_store='PCRE', mandatory=False) - if conf.is_defined('HAVE_PCRE'): + if conf.env.HAVE_PCRE: if conf.check(cflags=['-pthread'], mandatory=False): conf.env.PTHREAD_CFLAGS = ['-pthread'] conf.env.PTHREAD_LINKFLAGS = ['-pthread'] -- cgit v1.2.1