aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-21 03:26:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-21 03:26:59 +0000
commitf1ed4b713b2a6adf1cca30eaf0f7874ea4f1577a (patch)
tree167fabb88de9eac314f144e6229bc486ace1c30b /Makefile.in
parent9cda5bba1b1665e00bebc85fcf8a62e27aff53bc (diff)
downloadruby-f1ed4b713b2a6adf1cca30eaf0f7874ea4f1577a.tar.gz
configure.ac: add --disable-fiber-coroutine option
* configure.ac: add --disable-fiber-coroutine option, and disable it on x86-mingw32 for now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0858897d55..11063e78b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,6 +144,7 @@ XRUBY_RUBYHDRDIR = @XRUBY_RUBYHDRDIR@
BOOTSTRAPRUBY = @BOOTSTRAPRUBY@
COROUTINE_H = @X_FIBER_COROUTINE_H@
+COROUTINE_OBJ = $(COROUTINE_H:.h=.@OBJEXT@)
#### End of system configuration section. ####