Branch: Tag:

1999-10-30

1999-10-30 23:24:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

--with-bignums is now the default (bumped version too)

Rev: src/configure.in:1.328
Rev: src/testsuite.in:1.215

1: - AC_REVISION("$Id: configure.in,v 1.327 1999/10/25 06:29:12 per Exp $") + AC_REVISION("$Id: configure.in,v 1.328 1999/10/30 23:23:43 hubbe Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
440:   AC_ARG_WITH(thread-trace,[ --with-trace-threads enable individual tracing of threads],[AC_DEFINE(TRACE_THREADS)],[])   AC_ARG_WITH(compiler-trace,[ --with-compiler-trace enable tracing of the compiler],[AC_DEFINE(YYDEBUG)],[])   AC_ARG_WITH(security, [ --with-security enable internal pike security system],[AC_DEFINE(PIKE_SECURITY)],[]) - AC_ARG_WITH(bignums, [ --with-bignums enable internal conversion to bignums],[],[]) + AC_ARG_WITH(bignums, [ --with-bignums enable internal conversion to bignums],[],[with_bignums=yes])      if test "x$with_bignums" = xyes; then    AC_DEFINE(AUTO_BIGNUM)