]> git.pond.sub.org Git - empserver/commit
Fix portability bug in configure test for Windows API
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 11 Aug 2012 13:36:07 +0000 (15:36 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 11 Aug 2012 13:36:56 +0000 (15:36 +0200)
commit9645a73bfb32c98dbb538577372a117678d9ffba
treedce038ce2dce41c707929520ef2d633274d35f15
parent3e3c2eecf98c8ada80eb6a26c31ed45f935a5f69
Fix portability bug in configure test for Windows API

The test uses an erroneous non-directive within #ifdef _WIN32 to
signal that _WIN32 is defined.  Some compilers choke on this even when
_WIN32 isn't defined.  Observed with FreeBSD 4.10's gcc 2.95.4.
Broken in commit c02468fd, v4.3.22.  Standaline client build already
broken in commit 774b590f, v4.3.17.

Use an unmatched brace instead.
m4/my_windows_api.m4