X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fopenbox.m4;h=12c5c8ec387a5b4839c1e975aa906ccbef11bfea;hb=de0706821d4aaab722445b1841cadcb7776a10b5;hp=6c56f768a53089fb9fe8add5ce3e86238ee042f1;hpb=8c0857543316c922394ba96768099e2b60aba126;p=chaz%2Fopenbox diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 6c56f768..12c5c8ec 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -15,10 +15,10 @@ AC_DEFUN([OB_DEBUG], test "${VERSION%*cvs}" != "$VERSION" && DEBUG="yes" if test "$DEBUG" = "yes"; then - AC_MSG_RESULT([debug]) + AC_MSG_RESULT([DEBUG]) AC_DEFINE([DEBUG], [1], [Creating a debug build]) else - AC_MSG_RESULT([release]) + AC_MSG_RESULT([RELEASE]) AC_DEFINE([NDEBUG], [1], [Creating a release build]) fi ])