dnl | define not to build zippy as a default, so that autoheader is happy
-AC_DEFINE(ZIPPY, 0,[should zippy be enabled])
AC_ARG_ENABLE( [zippy],
[AS_HELP_STRING([--enable-zippy],[support interfacing a chess program to ICS (default)])],
[],
- [enable_zippy="yes"])
+ [enable_zippy="no"])
if test x"$enable_zippy" != xno; then
AC_DEFINE(ZIPPY, 1,[should zippy be enabled])
+else
+ AC_DEFINE(ZIPPY, 0,[should zippy be enabled])
fi
AM_CONDITIONAL([ZIPPY], [test x$enable_zippy != xno])
{ "Mode.AnalyzeFile", False },
{ "Mode.TwoMachines", False },
{ "Mode.MachineMatch", False },
-#ifndef ZIPPY
+#if !ZIPPY
{ "Engine.Hint", False },
{ "Engine.Book", False },
{ "Engine.MoveNow", False },