projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7585822
)
wscript: do not define HAVE_MEMCPY_HACKS at all
author
Paul Brossier
<piem@piem.org>
Sun, 24 Apr 2016 17:32:58 +0000
(19:32 +0200)
committer
Paul Brossier
<piem@piem.org>
Sun, 24 Apr 2016 17:32:58 +0000
(19:32 +0200)
wscript
patch
|
blob
|
history
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')