-pedantic is gone, GONE!

Never to return its GONE! *bounce*
This commit is contained in:
Zephaniah E. Hull 2000-01-10 08:49:58 +00:00
parent b148faf259
commit ac1b243f38
1 changed files with 2 additions and 1 deletions

View File

@ -426,8 +426,9 @@ fi
dnl We want warnings, lots of warnings...
if test "x$GCC" = xyes; then
CFLAGS="$CFLAGS -Wall -pedantic"
CFLAGS="$CFLAGS -Wall"
fi
# CFLAGS="$CFLAGS -Wall -pedantic"
dnl Check for ia32
AC_MSG_CHECKING(for an ia32 machine)