summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-11 04:58:31 +0000
committerDana Jansens <danakj@orodu.net>2003-01-11 04:58:31 +0000
commit182cfb2145e8c1d50471060db4908f7f7531c063 (patch)
treee8b829e8d53a70ec7653f06a9ce5cbd97eb2150f /m4
parent3f3f8a17e52882964942464e36e15a9cd4bb6fa2 (diff)
caps for giving the build target. show it at the end
Diffstat (limited to 'm4')
-rw-r--r--m4/openbox.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4
index 6c56f768..d30b8374 100644
--- a/m4/openbox.m4
+++ b/m4/openbox.m4
@@ -16,10 +16,10 @@ AC_DEFUN([OB_DEBUG],
if test "$DEBUG" = "yes"; then
AC_MSG_RESULT([debug])
- AC_DEFINE([DEBUG], [1], [Creating a debug build])
+ AC_DEFINE([DEBUG], [1], [Creating a DEBUG build])
else
AC_MSG_RESULT([release])
- AC_DEFINE([NDEBUG], [1], [Creating a release build])
+ AC_DEFINE([NDEBUG], [1], [Creating a RELEASE build])
fi
])