projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84c8b7
)
Explicitly prevent native releases from assuming a scheme exists.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 23 Nov 2018 00:48:20 +0000
(16:48 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 23 Nov 2018 00:48:20 +0000
(16:48 -0800)
src/configure.ac
patch
|
blob
|
history
diff --git
a/src/configure.ac
b/src/configure.ac
index 64a1d37884d035c5a4928dfa9137de5717e92b72..abcc2b015bd62714b0168000a7ef8131c76474d6 100644
(file)
--- 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