Browse Source

Remove the pedantic C junk.

Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
tags/mesa-7.9-rc1
Eric Anholt 15 years ago
parent
commit
3bc8b68436
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      configure.ac

+ 0
- 4
configure.ac View File

@@ -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"

Loading…
Cancel
Save