check for cvs in the version properly
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
m4/openbox.m4
→
m4/openbox.m4
@@ -12,7 +12,7 @@ [ --enable-debug build a debug version default=no],
[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])