From 1423442a9a34c93874ca6896a7b037bf08569aa5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 29 Aug 2017 11:51:37 +0200 Subject: Fix writing of corrupt UTF-8 --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index c080b05e..ffd19d10 100644 --- a/wscript +++ b/wscript @@ -78,11 +78,6 @@ def configure(conf): defines = ['_POSIX_C_SOURCE=200809L'], mandatory = False) - conf.check(fragment = 'int main() { return __builtin_clz(1); }', - function_name = '__builtin_clz', - define_name = 'HAVE_BUILTIN_CLZ', - mandatory = False) - autowaf.define(conf, 'SERD_VERSION', SERD_VERSION) autowaf.set_lib_env(conf, 'serd', SERD_VERSION) conf.write_config_header('serd_config.h', remove=False) -- cgit v1.2.1