Explicitly prevent native releases from assuming a scheme exists.
authorChris Hanson <org/chris-hanson/cph>
Fri, 23 Nov 2018 00:48:20 +0000 (16:48 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 23 Nov 2018 00:48:20 +0000 (16:48 -0800)
src/configure.ac

index 64a1d37884d035c5a4928dfa9137de5717e92b72..abcc2b015bd62714b0168000a7ef8131c76474d6 100644 (file)
@@ -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