configure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin and DOS.
authorDiego Biurrun <diego@biurrun.de>
Sun, 15 May 2011 12:32:15 +0000 (14:32 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 23 May 2011 20:51:14 +0000 (22:51 +0200)
commita7a187a1beb8551101b592bf85f0f31a0db22f61
tree64a965fd88d23720b76876d58c99c8aeebfd756f
parentcef7d70181ec7ee9df426ef0f3a08dd4995a4d9a
configure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin and DOS.

In -std=c99 mode GCC defines __STRICT_ANSI__ to hide non-ANSI interfaces.
This causes declarations for some POSIX functions to be omitted from system
headers, which causes compilation failures.
configure