[Top][All Lists]
[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: |
Mon, 19 Nov 2012 20:43:40 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 |
Hi
thanks again for reporting, should be fixed in git now. I left the #if
statements in for now, since that doesn't really seem to make a
difference. Also fixed an ifndef that would always be true (since we
either have ZIPPY=0 or 1), so I changed this to an $if !Zippy.
I don't understand the
configure.ac:220: warning: AC_CANONICAL_HOST invoked multiple times
configure.ac:220: warning: AC_CANONICAL_HOST invoked multiple times
configure.ac:220: warning: AC_CANONICAL_HOST invoked multiple times
warnings you get. Any idea where they come from?
Let us know in case you find more problems. Feedback is always welcome,
especially when it comes with a patch ;)
cheers
ARUN