no -pedantic :\ it fucks up on the python headers. sigh.
authorDana Jansens <danakj@orodu.net>
Wed, 25 Dec 2002 20:32:32 +0000 (20:32 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 25 Dec 2002 20:32:32 +0000 (20:32 +0000)
configure.ac

index 7d67faa..31ecbc5 100644 (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)