From e7d80fd93b3418e4d9ed7db77d40e7975d18f68c Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Thu, 14 Sep 2006 15:13:57 +0000 Subject: [PATCH] remove --enable-new-reg-alloc option --- configure.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configure.in b/configure.in index 2af34c1..7caac87 100644 --- a/configure.in +++ b/configure.in @@ -63,18 +63,6 @@ if test x$interp = xtrue; then AC_DEFINE(USE_LIBJIT_INTERPRETER, 1, [Define if you want to use the libjit interpreter]) fi -dnl The "--enable-new-reg-alloc" option forces the use of new register allocator. -AC_ARG_ENABLE(new-reg-alloc, -[ --enable-new-reg-alloc Enable new register allocator], -[case "${enableval}" in - yes) new_reg_alloc=true ;; - no) new_reg_alloc=false ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-new-reg-alloc) ;; -esac],[new_reg_alloc=true]) -if test x$new_reg_alloc = xtrue; then - AC_DEFINE(USE_NEW_REG_ALLOC, 1, [Define if you want to use new register allocator]) -fi - dnl The "--enable-signals" option forces the use of the OS signals for exception handling. AC_ARG_ENABLE(signals, [ --enable-signals Enable OS signal handling], -- 2.47.3