Re: [Mesa-dev] [PATCH] build: Build on Cygwin with gnu99 instead of c99.

2012-10-15 Thread Brian Paul
On 10/13/2012 12:45 AM, Vinson Lee wrote: The GCC c99 standard on Cygwin sets __STRICT_ANSI__ and symbols such as strdup are not available. Signed-off-by: Vinson Lee --- configure.ac |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac i

[Mesa-dev] [PATCH] build: Build on Cygwin with gnu99 instead of c99.

2012-10-13 Thread Vinson Lee
The GCC c99 standard on Cygwin sets __STRICT_ANSI__ and symbols such as strdup are not available. Signed-off-by: Vinson Lee --- configure.ac |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 6c7a192..ae186ac 100644 --- a/configure.