]> Dogcows Code - chaz/openbox/commitdiff
better alpha/beta check :)
authorDana Jansens <danakj@orodu.net>
Thu, 29 May 2003 15:38:47 +0000 (15:38 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 29 May 2003 15:38:47 +0000 (15:38 +0000)
m4/openbox.m4

index 319ed7b4906044ab7873fadd07e6062651dac60f..7c19ab4b1bfb0333eb3101a4fbc4e64238092c00 100644 (file)
@@ -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"
 
This page took 0.018696 seconds and 4 git commands to generate.