From 48a20f2b5dd04fb0f5cab3b04a0603a33f96eced Mon Sep 17 00:00:00 2001
From: David Hedbor <david@hedbor.org>
Date: Sun, 8 Dec 1996 22:10:33 -0800
Subject: [PATCH] =?UTF-8?q?Den=20h=C3=A4r=20skulle=20jag=20inte=20ha=20com?=
 =?UTF-8?q?mitat=20egentligen.=20Roxen=20releasen=20ska=20inte=20vara=20me?=
 =?UTF-8?q?d=20debug=20default.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Rev: src/configure.in:1.34
---
 src/configure.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/configure.in b/src/configure.in
index 93d91f7f58..d75cf6db48 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-AC_REVISION("$Id: configure.in,v 1.33 1996/12/09 05:59:28 neotron Exp $")
+AC_REVISION("$Id: configure.in,v 1.34 1996/12/09 06:10:33 neotron Exp $")
 AC_INIT(interpret.c)
 AC_CONFIG_HEADER(machine.h)
 
@@ -31,9 +31,9 @@ AC_ARG_WITH(threads, [  --without-threads      no threads support],[],[with_thre
 AC_ARG_WITH(zlib,    [  --without-zlib         no gz compression support],[],[with_zlib=yes])
 AC_ARG_WITH(ssleay,  [  --without-ssleay       no support for the secure socket protocol],[],[with_ssleay=yes])
 
-# if test x$with_debug = xyes ; then
-#   AC_DEFINE(DEBUG)
-# fi
+if test x$with_debug = xyes ; then
+  AC_DEFINE(DEBUG)
+fi
 
 #############################################################################
 
-- 
GitLab