From 644d6295014caee6039badeec4817d9856dba97c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 20 May 2003 05:04:22 +0000 Subject: [PATCH] default debug off (for non-cvs builds!) --- m4/openbox.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.44.0