projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b499d91
)
- made debug default for now
author
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 15 Mar 2004 18:21:01 +0000
(18:21 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Mon, 15 Mar 2004 18:21:01 +0000
(18:21 +0000)
SVN-Revision: 246
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
aad2794
..
90e0b5e
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-41,7
+41,7
@@
fi
AC_MSG_CHECKING(for debug mode)
AC_ARG_ENABLE(debug,
- AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="
no
")
+ AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="
yes
")
if test "x${enable_debug}" != "xno"; then
CFLAGS="$CFLAGS -DDEBUG"
AC_MSG_RESULT([enabled])