bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] Small bug fixes


From: Christian Anthon
Subject: [Bug-gnubg] Small bug fixes
Date: Thu, 6 Oct 2005 10:57:13 +0200
User-agent: Mutt/1.5.10i

Hi,

could somebody with cvs access please commit the following small fixes
and additions. The first fix requires that autoconf, autoheader and
automake are run before committing, so could somebody who nows the right
way please do so.

Christian.

Index: configure.in
===================================================================
RCS file: /cvsroot/gnubg/gnubg/configure.in,v
retrieving revision 1.133
diff -r1.133 configure.in
601a602,611
> dnl enable SSE
> AC_ARG_ENABLE( sse,[  --enable-sse     enable SSE for newer cpus], ,
> enable_sse=no)
> if test "$enable_sse" != "no"; then
>   AC_DEFINE(USE_SSE_VECTORIZE,1,Define if you want to compile with
>   SSE support)
>   if test x"$GCC" = xyes; then
>     CFLAGS="$CFLAGS -msse"
>   fi
> fi
>
>

Index: gtkgame.c
===================================================================
RCS file: /cvsroot/gnubg/gnubg/gtkgame.c,v
retrieving revision 1.548
diff -r1.548 gtkgame.c
4181c4181
<                "met", FDT_NONE_OPEN, PATH_NULL );
---
>                "met", FDT_NONE_OPEN, PATH_MET );

Index: met/Kazaross-Shaw.xml
===================================================================
RCS file: /cvsroot/gnubg/gnubg/met/Kazaross-Shaw.xml,v
retrieving revision 1.4
diff -r1.4 Kazaross-Shaw.xml
30c30
<     <length>4</length>
---
>     <length>5</length>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]