diff options
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/openbox.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 98033c9f..53da97ca 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -20,7 +20,7 @@ AC_DEFUN([OB_DEBUG], # cvs builds are always debug CVS="" - test "${VERSION%*cvs}" != "$VERSION" && CVS="yes" + test "${PACKAGE_VERSION%*cvs}" != "$PACKAGE_VERSION" && CVS="yes" test "$CVS" = "yes" && DEBUG="yes" if test "$DEBUG" = "yes"; then |
