From: Dana Jansens Date: Wed, 25 Dec 2002 20:32:32 +0000 (+0000) Subject: no -pedantic :\ it fucks up on the python headers. sigh. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=881fd226222c672bbc3d18ad6f60fa4ed9e55a32;p=chaz%2Fopenbox no -pedantic :\ it fucks up on the python headers. sigh. --- diff --git a/configure.ac b/configure.ac index 7d67faa3..31ecbc5d 100644 --- a/configure.ac +++ b/configure.ac @@ -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)