summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/openbox.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4
index 3c6cd1f0..e5b91ff8 100644
--- a/m4/openbox.m4
+++ b/m4/openbox.m4
@@ -10,6 +10,10 @@ AC_DEFUN([OB_DEBUG],
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])