From c473bdccc634cb47b5923d481d0e7aa15823ad88 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 13:26:10 +0200 Subject: Update autowaf --- wscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wscript') 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