From 6a947144cc0eb8325c248a5c682876c6c0da652d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 29 May 2003 15:38:47 +0000 Subject: [PATCH] better alpha/beta check :) --- m4/openbox.m4 | 3 --- 1 file changed, 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" -- 2.44.0