X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=34a68ee09bd050e653d33ed514251a3f9092fac5;hb=50ffaff1de1b05f1bf76dd842e734eff2974afd4;hp=d226c534e7b8e6e9934055435417f51e5c5b3fd7;hpb=4eb7e17e8bce357ec171370f1851eb3b29a1aa73;p=xboard.git diff --git a/configure.ac b/configure.ac index d226c53..34a68ee 100644 --- a/configure.ac +++ b/configure.ac @@ -448,14 +448,15 @@ AC_DEFINE_UNQUOTED(USE_PTYS, $USE_PTYS) 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])