projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe1644
)
- added missing debug flag
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 14 Mar 2004 17:27:14 +0000
(17:27 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 14 Mar 2004 17:27:14 +0000
(17:27 +0000)
SVN-Revision: 224
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
61fec06
..
6cb9200
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-43,6
+43,7
@@
AC_MSG_CHECKING(for debug mode)
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug], [enable debugging mode],, enable_debug="no"))
if test "x${enable_debug}" != "xno"; then
+ CFLAGS="$CFLAGS -DDEBUG"
AC_MSG_RESULT([enabled])
else
AC_MSG_RESULT([disabled])