X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fopenbox.m4;h=b1169907b1a05df0616c57aa7a8e344119807d4e;hb=3fa13524288087a1d259e48f0dc5f65eeffd11fb;hp=d30b837472309655cd276f3ff5d11de04fac2a2a;hpb=182cfb2145e8c1d50471060db4908f7f7531c063;p=chaz%2Fopenbox diff --git a/m4/openbox.m4 b/m4/openbox.m4 index d30b8374..b1169907 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -15,11 +15,12 @@ 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]) +# keep the asserts in +# AC_DEFINE([NDEBUG], [1], [Creating a release build]) fi ])