no -pedantic :\ it fucks up on the python headers. sigh.

This commit is contained in:
Dana Jansens 2002-12-25 20:32:32 +00:00
parent 41bdbec9c6
commit 881fd22622

View file

@ -22,7 +22,7 @@ AC_LANG(C++)
AC_MSG_CHECKING([for GCC])
if test "$GCC" = "yes"; then
AC_MSG_RESULT([yes])
CXXFLAGS="$CXXFLAGS -Wall -W -pedantic"
CXXFLAGS="$CXXFLAGS -Wall -W"# -pedantic"
else
AC_MSG_RESULT([no, trying other compilers])
AC_MSG_CHECKING(for MIPSpro)