build: Build on Cygwin with gnu99 instead of c99.
authorVinson Lee <vlee@freedesktop.org>
Fri, 12 Oct 2012 01:19:49 +0000 (18:19 -0700)
committerVinson Lee <vlee@freedesktop.org>
Wed, 17 Oct 2012 06:28:22 +0000 (23:28 -0700)
commit53e36d333c9b619c1a5fe9a8d2d08665654b0234
treea85e7f10d9b35ab7fead787590fdd9f70e385a91
parent0199ff7fe323cf527ffacfdef3258ab85799dd13
build: Build on Cygwin with gnu99 instead of c99.

The GCC c99 standard on Cygwin sets __STRICT_ANSI__ and symbols such as
strdup are not available.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
configure.ac