From 8c0857543316c922394ba96768099e2b60aba126 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 04:54:36 +0000 Subject: [PATCH] check for cvs in the version properly --- m4/openbox.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/openbox.m4 b/m4/openbox.m4 index e5b91ff8..6c56f768 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -12,7 +12,7 @@ AC_DEFUN([OB_DEBUG], [DEBUG=$enableval],[]) # cvs builds are always debug - test "${VERSION#cvs}" != "$VERSION" && DEBUG = "yes" + test "${VERSION%*cvs}" != "$VERSION" && DEBUG="yes" if test "$DEBUG" = "yes"; then AC_MSG_RESULT([debug]) -- 2.39.2