From 986aba22b5a41d397303d0594870c14ed8c6206e Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Mon, 10 Mar 2003 12:33:04 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16157 72102866-910b-0410-8b05-ffd578937521 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c538de543..c375f5612 100644 --- a/configure.ac +++ b/configure.ac @@ -294,7 +294,7 @@ else # 64-bit ints not supported - but we need a dummy type for byte-swapping # of 64-bit values arriving from another system. GS_SINT64="struct { gsu8 a[8]; }" - GS_SINT64="struct { gsu8 a[9]; }" + GS_SINT64="struct { gsu8 a[8]; }" GS_HAVE_I64=0 fi fi