summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2009-05-19 23:25:15 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2009-05-20 13:57:52 +0100
commit28677468c56888b18c44d71a62903d23e5c294cf (patch)
treec36a0877e1a21d5989e98d14eacfdab1353ca6de /acinclude.m4
parent535f8c5324205b92c15e8755008c33a2766832c8 (diff)
Cygwin/X: Build fix
Commit c59dd27ecb1751f0b097046b2f892028e5a10a3e replaces __CYGWIN__ with WIN32 in a preprocessor check, as the code is appropriate for both Cygwin and Mingw. But this isn't quite the right was to do this. Being a Win32 platform is Cygwin's secret shame, and WIN32 isn't actually defined to avoid turning on code specific to native-Win API ports (See http://www.cygwin.com/faq/faq.programming.html#faq.programming.preprocessor) Yes, this probably means WIN32 could bereplaced by __MINGW32__ everywhere in the X sources...
Diffstat (limited to 'acinclude.m4')
0 files changed, 0 insertions, 0 deletions