summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/openbox.m42
1 files changed, 1 insertions, 1 deletions
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],