bug-xboard
[Top][All Lists]
Advanced

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

Re: [Bug-XBoard] Fix configure script for --enable-zippy


From: Arun Persaud
Subject: Re: [Bug-XBoard] Fix configure script for --enable-zippy
Date: Sun, 18 Nov 2012 23:11:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2

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



reply via email to

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