compiler/configure "${mit_scheme_compiler_target}" || exit $?
# configure scripts for subdirs care about these
+export IS_NATIVE_RELEASE
export MIT_SCHEME_EXE
export MIT_SCHEME_LIBDIR
export MIT_SCHEME_INCLUDEDIR
AC_ARG_ENABLE([native-code],
AS_HELP_STRING([--enable-native-code],
[Support native compiled code if available [[yes]]]))
-: ${enable_native_code='yes'}
+if test x"${IS_NATIVE_RELEASE}" != x; then
+ : ${enable_native_code=${IS_NATIVE_RELEASE}}
+else
+ : ${enable_native_code=yes}
+fi
AC_ARG_WITH([compiler-target],
AS_HELP_STRING([--with-compiler-target],