]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
remove --enable-new-reg-alloc option
authorAleksey Demakov <ademakov@gmail.com>
Thu, 14 Sep 2006 15:13:57 +0000 (15:13 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Thu, 14 Sep 2006 15:13:57 +0000 (15:13 +0000)
configure.in

index 2af34c1edce08e90e143ca54bdbf445125cf773b..7caac8769d3c2db2108d12060c83b0cdb0a1aba5 100644 (file)
@@ -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],