From: Aleksey Demakov Date: Thu, 14 Sep 2006 15:13:57 +0000 (+0000) Subject: remove --enable-new-reg-alloc option X-Git-Tag: before.move.to.git~192 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e7d80fd93b3418e4d9ed7db77d40e7975d18f68c;p=francis%2Flibjit.git remove --enable-new-reg-alloc option --- 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],