diff options
| -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 d3e522cd..c5bafc5c 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -21,7 +21,7 @@ AC_DEFUN([OB_DEBUG], # cvs builds are always debug CVS="" test "${PACKAGE_VERSION%*cvs}" != "$PACKAGE_VERSION" && CVS="yes" - test "$CVS" = "yes" && DEFAULTDEBUG="yes" + test "$CVS" = "yes" && DEBUG="yes" if test "$DEBUG" = "yes"; then MSG="DEBUG" |
