Branch: Tag:

1996-12-09

1996-12-09 06:10:33 by David Hedbor <david@hedbor.org>

Den här skulle jag inte ha commitat egentligen. Roxen releasen ska
inte vara med debug default.

Rev: src/configure.in:1.34

1: - 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:   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      #############################################################################