all repos — openbox @ 644d6295014caee6039badeec4817d9856dba97c

openbox fork - make it a bit more like ryudo

default debug off (for non-cvs builds!)
Dana Jansens danakj@orodu.net
commit

644d6295014caee6039badeec4817d9856dba97c

parent

32390c6b6dceeb72e4e4ceb0e79ba4d8c8ede9a3

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

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

@@ -9,7 +9,7 @@ AC_MSG_CHECKING([build type])

AC_ARG_ENABLE([debug], [ --enable-debug build a debug version default=yes], - [DEBUG=$enableval], [DEBUG="yes"]) + [DEBUG=$enableval], [DEBUG="no"]) AC_ARG_ENABLE([strict-ansi], [ --enable-strict-ansi Enable strict ANSI compliance build default=no],