changeset 28372:48a33df51c5f

Make sure HAVE_FAST_64BIT is always #defined.
author diego
date Sat, 31 Jan 2009 22:37:12 +0000
parents 42747b184527
children f4edd950737e
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jan 31 22:34:52 2009 +0000
+++ b/configure	Sat Jan 31 22:37:12 2009 +0000
@@ -1685,6 +1685,7 @@
 fi
 
 
+def_fast_64bit='#define HAVE_FAST_64BIT 0'
 _arch_all='X86 X86_32 X86_64 IA64 SPARC ARM 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)