From 81984a7ad7ed58837b0ca07cdd6098b1838ca2b8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 24 Apr 2016 19:32:58 +0200 Subject: [PATCH] wscript: do not define HAVE_MEMCPY_HACKS at all --- wscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/wscript b/wscript index 2b53a758..0803e6c0 100644 --- a/wscript +++ b/wscript @@ -289,8 +289,6 @@ def configure(ctx): # use memcpy hacks if (ctx.options.enable_memcpy == True): ctx.define('HAVE_MEMCPY_HACKS', 1) - else: - ctx.define('HAVE_MEMCPY_HACKS', 0) # write configuration header ctx.write_config_header('src/config.h') -- 2.11.0