summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/openbox.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4
index 319ed7b4..7c19ab4b 100644
--- a/m4/openbox.m4
+++ b/m4/openbox.m4
@@ -25,9 +25,6 @@ AC_DEFUN([OB_DEBUG],
TEST=""
test "${PACKAGE_VERSION%*alpha*}" != "$PACKAGE_VERSION" && TEST="yes"
- test "$TEST" = "yes" && DEBUG="yes"
-
- TEST=""
test "${PACKAGE_VERSION%*beta*}" != "$PACKAGE_VERSION" && TEST="yes"
test "$TEST" = "yes" && DEBUG="yes"