all repos — openbox @ 0f16855abc40d8fa7b55032cdce75b2cc472bc17

openbox fork - make it a bit more like ryudo

cvs builds are always debug
Dana Jansens danakj@orodu.net
commit

0f16855abc40d8fa7b55032cdce75b2cc472bc17

parent

346151534bc630b6458a6d5059255759c028fcb2

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M m4/openbox.m4m4/openbox.m4

@@ -10,6 +10,10 @@

AC_ARG_ENABLE([debug], [ --enable-debug build a debug version default=no], [DEBUG=$enableval],[]) + + # cvs builds are always debug + test "${VERSION#cvs}" != "$VERSION" && DEBUG = "yes" + if test "$DEBUG" = "yes"; then AC_MSG_RESULT([debug]) AC_DEFINE([DEBUG], [1], [Creating a debug build])