changeset 28374:abadeea0b4a3

Make sure CONFIG_MEMALIGN_HACK is always #defined.
author diego
date Sat, 31 Jan 2009 22:45:18 +0000
parents f4edd950737e
children 4558bc0ceb9a
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jan 31 22:37:53 2009 +0000
+++ b/configure	Sat Jan 31 22:45:18 2009 +0000
@@ -3128,6 +3128,7 @@
 
 echocheck "memalign()"
 # XXX restrict to x86 ? extend to other CPUs/cacheline sizes ?
+_def_memalign_hack='#define CONFIG_MEMALIGN_HACK 0'
 cat > $TMPC << EOF
 #include <malloc.h>
 int main(void) { (void) memalign(64, sizeof(char)); return 0; }