Hi

On 11/18/2012 10:21 AM, Daniel Dugovic wrote:
> I fixed a bug in the configure script which was causing compilation
> errors after ./configure --enable-zippy.  My changes can be seen here:
> http://github.com/ddugovic/xboard/commits/master
> http://github.com/ddugovic/xboard/commit/66fcdebff006d7d9a48f3cac4721864b4aae8c80
> 
> I changed the configure.ac <http://configure.ac> script and changed
> source code files to use the simpler #ifdef ZIPPY instead of #if ZIPPY.

thanks for the patch, I should be able to apply it tomorrow.

Seems we had the enable/disable option the wrong way around in the
configure script. I don't get any compilation errors though with the
current setup?!

Also any reason to change from #if to #ifdef? I found a line that uses
an #ifndef, so I guess we should probably be using ifdef, but apart from
that they both seem to do the same thing.

cheers
        ARUN

_______________________________________________
Bug-XBoard mailing list
Bug-XBoard@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to