fixed enable zippy in configure script and added some checks for OS X
authorArun Persaud <arun@nubati.net>
Sun, 23 Aug 2009 06:14:11 +0000 (23:14 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 23 Aug 2009 06:14:11 +0000 (23:14 -0700)
commit262a1501c25d57e39848d21647e607c8319c2088
tree9f6a8b0ba5eb5cd0ee0b245352ba142995bc0b7d
parent84786e5f06126838b5a38acc7fe7f8758ec44422
fixed enable zippy in configure script and added some checks for OS X

make tried to compile zippy even when --disable-zippy was given. Also fixed a bug in xboard.c where #ifdef instead of #if was used to test for ZIPPY (it's either 0 or 1, so we need #if).

Also added some special checks for OS X, not sure if these will do it, but it's a start;)
Makefile.am
configure.ac
xboard.c