From dba411060aa3c5e02ada249884786c0ca64f7dc3 Mon Sep 17 00:00:00 2001
From: Ron <ron@debian.org>
Date: Sun, 9 Jun 2013 09:38:45 +0930
Subject: [PATCH 6/9] Don't force assertions and logging unconditionally

This reverts commit 1767c40a6b150a17f66736a28520d8a1ed887bd5.
They can either be --enabled at configure time, or enabled on the fly
using `make debug` (once that's also fixed in a commit to follow).
---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5ff27a4..2d8fc6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,9 +132,6 @@ AS_IF([test "$enable_asm" = "yes" -a "$cpu_x86" = "true"], [
 
 AM_CONDITIONAL(ENABLE_DOCS, [test $enable_doc = yes])
 
-AC_DEFINE([OD_ENABLE_ASSERTIONS], [1], [Enable assertions in code])
-AC_DEFINE([OD_LOGGING_ENABLED], [1], [Enable logging])
-
 AC_ARG_ENABLE([dump-images],
   AS_HELP_STRING([--disable-dump-images], [Do not dump debugging images]),,
   [enable_dump_images=yes])
-- 
1.7.2.5

