removing pendantic. thats just crazy. -Wall -W will suffice.

This commit is contained in:
Dana Jansens 2002-05-16 18:37:05 +00:00
parent 080c09da47
commit c17256d745

View file

@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug,
[ --enable-debug include verbose debugging code [default=no]], [ --enable-debug include verbose debugging code [default=no]],
if test x$enableval = "xyes"; then if test x$enableval = "xyes"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
DEBUG="-DDEBUG -Wall -W -pedantic" DEBUG="-DDEBUG -Wall -W"
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi, fi,