From: Chris Hanson Date: Fri, 23 Nov 2018 00:48:20 +0000 (-0800) Subject: Explicitly prevent native releases from assuming a scheme exists. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=10bd5d1842be2d2f71f8e4a70efc8ed499b81e33;p=mit-scheme.git Explicitly prevent native releases from assuming a scheme exists. --- diff --git a/src/configure.ac b/src/configure.ac index 7c51a1fbc..0fd6d9fe8 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -176,7 +176,9 @@ MIT_SCHEME_CC_TYPE=${mit_scheme_native_code} # src/configure.ac # src/etc/make-native.sh -if test x"${with_scheme_build}" != xdefault; then +if test x"${IS_NATIVE_RELEASE}" != x; then + MIT_SCHEME_EXE=no-mit-scheme-needed +elif test x"${with_scheme_build}" != xdefault; then AC_MSG_CHECKING([for specified MIT/GNU Scheme build]) HOST_BUILD_DIR=${with_scheme_build} case ${HOST_BUILD_DIR} in