gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] configure.in and enable-dfa


From: Teun Burgers
Subject: [gnugo-devel] configure.in and enable-dfa
Date: Fri, 09 Nov 2001 22:37:51 +0100

Dan wrote:

> I wasn't convinced by the two reasons you gave for the
> change but Gunnar's opinion was that there isn't much
> penalty for making this change and that it generally cleans
> up the code not to have these ifdefs.

Fine! So we crossed this hurdle.

Now DFA_ENABLED can be removed from configure.in.
NOTE: autoheader must be rerun after this patch.

The AM_CONDITIONAL with the same name is still
present after this patch.

Teun

Index: configure.in
===================================================================
RCS file: /cvsroot/gnugo/gnugo/configure.in,v
retrieving revision 1.19
diff -u -r1.19 configure.in
--- configure.in        2001/11/07 05:41:30     1.19
+++ configure.in        2001/11/09 21:31:40
@@ -303,14 +303,6 @@
 
 dnl ------------ dfa -------------------
 
-AH_TEMPLATE([DFA_ENABLED],
-[Define as 1 to enable the DFA pattern matcher])
-
-if test "$enable_dfa" = "yes" ; then
-   AC_DEFINE(DFA_ENABLED, 1)
-else
-   AC_DEFINE(DFA_ENABLED, 0)
-fi
 AM_CONDITIONAL(DFA_ENABLED, test "$enable_dfa" = "yes")



reply via email to

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