better alpha/beta check :)

This commit is contained in:
Dana Jansens 2003-05-29 15:38:47 +00:00
parent e6255a0264
commit 6a947144cc

View 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"