On 10/05/2010 05:42 PM, Bruno Haible wrote:
Hi Eric,

- #if CYGWIN_VERSION_DLL_MAJOR>= 1007
+ #if CYGWIN_VERSION_DLL_MAJOR>= 1007&&  CYGWIN_VERSION_DLL_MINOR>  7

I think this conditional expression will evaluate to false for
Cygwin 1.8.0, 1.9.5, and so on, which is not intended.

Indeed.  And stdio_h.m4 already uses the correct idiom:

#if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 7)

There are 6 occurrences of this expression.

Now fixed.

--
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Reply via email to