shithub: aubio

Download patch

ref: 81984a7ad7ed58837b0ca07cdd6098b1838ca2b8
parent: 75858228013a15f4389a6370f82c488836f0bc02
author: Paul Brossier <piem@piem.org>
date: Sun Apr 24 15:32:58 EDT 2016

wscript: do not define HAVE_MEMCPY_HACKS at all

--- a/wscript
+++ b/wscript
@@ -289,8 +289,6 @@
     # 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')