# HG changeset patch # User diego # Date 1237651215 0 # Node ID 94a502c210a065dba525ee557e30904d050e8e7e # Parent d78fdafe0defac570dc30a3058120a164c365a7c Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined. diff -r d78fdafe0def -r 94a502c210a0 configure --- a/configure Sat Mar 21 12:16:32 2009 +0000 +++ b/configure Sat Mar 21 16:00:15 2009 +0000 @@ -1707,6 +1707,7 @@ def_fast_64bit='#define HAVE_FAST_64BIT 0' +def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0' _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM AVR32 SH4 PPC ALPHA SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA GENERIC' case "$host_arch" in i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686)