summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0aa067f28d..35ba94492b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 13 16:29:22 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (BOOTSTRAPRUBY): use MINIRUBY but not BASERUBY
+ unless cross compiling. [ruby-core:72065] [Bug #11807]
+
Sun Dec 13 14:17:19 2015 Akinori MUSHA <knu@iDaemons.org>
* test/test_shellwords.rb (TestShellwords): Add many more tests
diff --git a/configure.in b/configure.in
index 134e024d0c..5207fad759 100644
--- a/configure.in
+++ b/configure.in
@@ -3552,9 +3552,6 @@ else
RUNRUBY='$(RUNRUBY_COMMAND) --'
XRUBY='$(RUNRUBY)'
BOOTSTRAPRUBY='$(MINIRUBY)'
- test x"${HAVE_BASERUBY}" = xyes &&
- ${BASERUBY} -e 'exit module A;def foo;end;instance_methods;end.include?(:foo)' &&
- BOOTSTRAPRUBY='$(BASERUBY)'
TEST_RUNNABLE=yes
CROSS_COMPILING=no
fi