better alpha/beta check :)
This commit is contained in:
parent
e6255a0264
commit
6a947144cc
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue