From: Eric Anholt Date: Mon, 3 May 2010 18:41:00 +0000 (-0700) Subject: Remove the pedantic C junk. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bc8b68436ad387cc395d6c0843bbf185d1739d0;p=mesa.git Remove the pedantic C junk. Mesa doesn't use pedantic ANSI C89, so I have no idea why we would. --- diff --git a/configure.ac b/configure.ac index f0a4301076d..37f3283a887 100644 --- a/configure.ac +++ b/configure.ac @@ -62,10 +62,6 @@ else WARN="" fi -if test "x$GCC" = xyes ; then - CFLAGS="$CFLAGS -std=c89 -ansi -pedantic" -fi - CFLAGS="$CFLAGS $WARN" CXXFLAGS="$CXXFLAGS $WARN" YFLAGS="-d -v"