diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-11 05:00:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-11 05:00:08 +0000 |
| commit | 6741d0572d003667374d9f77e1a9619a28e7362b (patch) | |
| tree | 73f837d8165ae5efcf3575884e6583b100b46a35 /m4 | |
| parent | 182cfb2145e8c1d50471060db4908f7f7531c063 (diff) | |
caps
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/openbox.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4 index d30b8374..12c5c8ec 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -15,11 +15,11 @@ AC_DEFUN([OB_DEBUG], test "${VERSION%*cvs}" != "$VERSION" && DEBUG="yes" if test "$DEBUG" = "yes"; then - AC_MSG_RESULT([debug]) - AC_DEFINE([DEBUG], [1], [Creating a DEBUG build]) + AC_MSG_RESULT([DEBUG]) + AC_DEFINE([DEBUG], [1], [Creating a debug build]) else - AC_MSG_RESULT([release]) - AC_DEFINE([NDEBUG], [1], [Creating a RELEASE build]) + AC_MSG_RESULT([RELEASE]) + AC_DEFINE([NDEBUG], [1], [Creating a release build]) fi ]) |
