check for cvs in the version properly
This commit is contained in:
parent
1729df46b5
commit
8c08575433
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ AC_DEFUN([OB_DEBUG],
|
||||||
[DEBUG=$enableval],[])
|
[DEBUG=$enableval],[])
|
||||||
|
|
||||||
# cvs builds are always debug
|
# cvs builds are always debug
|
||||||
test "${VERSION#cvs}" != "$VERSION" && DEBUG = "yes"
|
test "${VERSION%*cvs}" != "$VERSION" && DEBUG="yes"
|
||||||
|
|
||||||
if test "$DEBUG" = "yes"; then
|
if test "$DEBUG" = "yes"; then
|
||||||
AC_MSG_RESULT([debug])
|
AC_MSG_RESULT([debug])
|
||||||
|
|
Loading…
Reference in a new issue