From: Eric Anholt Date: Mon, 3 May 2010 18:41:00 +0000 (-0700) Subject: Remove the pedantic C junk. X-Git-Tag: 062012170305~10660^2~625^2~285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bc8b68436ad387cc395d6c0843bbf185d1739d0;p=profile%2Fivi%2Fmesa.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 f0a4301..37f3283 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"