projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080c09d
)
removing pendantic. thats just crazy. -Wall -W will suffice.
author
Dana Jansens
<danakj@orodu.net>
Thu, 16 May 2002 18:37:05 +0000
(18:37 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 16 May 2002 18:37:05 +0000
(18:37 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index dc8ae2fb993e27b670fa23c36f53d6beca423f10..c57f9bf5df99da2831976f40767bd50321fe9984 100644
(file)
--- 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,