From 182cfb2145e8c1d50471060db4908f7f7531c063 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 04:58:31 +0000 Subject: caps for giving the build target. show it at the end --- m4/openbox.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') 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 ]) -- cgit v1.2.3