From c17256d745e2730de5458f954af49860c0f4bce7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 May 2002 18:37:05 +0000 Subject: [PATCH] removing pendantic. thats just crazy. -Wall -W will suffice. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dc8ae2fb..c57f9bf5 100644 --- a/configure.in +++ b/configure.in @@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG -Wall -W -pedantic" + DEBUG="-DDEBUG -Wall -W" else AC_MSG_RESULT([no]) fi, -- 2.45.2