From c473bdccc634cb47b5923d481d0e7aa15823ad88 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 13:26:10 +0200 Subject: Update autowaf --- waflib | 2 +- wscript | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/waflib b/waflib index 3ed837e2..de76b89d 160000 --- a/waflib +++ b/waflib @@ -1 +1 @@ -Subproject commit 3ed837e27fcfa06fb83f60858aafa174e7904c15 +Subproject commit de76b89dc1039e2f7d6c6b229a8950156b0e5c94 diff --git a/wscript b/wscript index 088ea0bc..3d1e0d1f 100644 --- a/wscript +++ b/wscript @@ -56,11 +56,11 @@ def configure(conf): for name, header in {'posix_memalign': 'stdlib.h', 'posix_fadvise': 'fcntl.h', 'fileno': 'stdio.h'}.items(): - autowaf.check_function(conf, 'c', name, - header_name = header, - define_name = 'HAVE_' + name.upper(), - defines = ['_POSIX_C_SOURCE=200809L'], - mandatory = False) + conf.check_function('c', name, + header_name = header, + define_name = 'HAVE_' + name.upper(), + defines = ['_POSIX_C_SOURCE=200809L'], + mandatory = False) autowaf.set_lib_env(conf, 'serd', SERD_VERSION) conf.write_config_header('serd_config.h', remove=False) -- cgit v1.2.1