wscript: do not define HAVE_MEMCPY_HACKS at all
authorPaul Brossier <piem@piem.org>
Sun, 24 Apr 2016 17:32:58 +0000 (19:32 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 24 Apr 2016 17:32:58 +0000 (19:32 +0200)
wscript

diff --git a/wscript b/wscript
index 2b53a75..0803e6c 100644 (file)
--- 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')