From f1ed4b713b2a6adf1cca30eaf0f7874ea4f1577a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Nov 2018 03:26:59 +0000 Subject: 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 --- win32/Makefile.sub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index fbc7903061..9157ea5bf1 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -293,10 +293,10 @@ DLNOBJ = dln.obj COROUTINE_H = coroutine/Win64/Context.h !elseif "$(ARCH)" == "i386" COROUTINE_H = coroutine/Win32/Context.h +!else +COROUTINE_H = !endif -!if defined(COROUTINE_H) -MISSING = $(MISSING) $(COROUTINE_H:.h=.obj) -!endif +COROUTINE_OBJ = $(COROUTINE_H:.h=.obj) ARFLAGS = -machine:$(MACHINE) -out: LD = $(CC) -- cgit v1.2.3