From: Dana Jansens Date: Tue, 20 May 2003 05:04:22 +0000 (+0000) Subject: default debug off (for non-cvs builds!) X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=644d6295014caee6039badeec4817d9856dba97c default debug off (for non-cvs builds!) --- diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 84044f36..0bebc7be 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -9,7 +9,7 @@ AC_DEFUN([OB_DEBUG], AC_ARG_ENABLE([debug], [ --enable-debug build a debug version default=yes], - [DEBUG=$enableval], [DEBUG="yes"]) + [DEBUG=$enableval], [DEBUG="no"]) AC_ARG_ENABLE([strict-ansi], [ --enable-strict-ansi Enable strict ANSI compliance build default=no],