aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-11 16:30:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-11 16:30:03 +0000
commit5927fbba4c3d4443bff3d1bc7b2f4036c951c39f (patch)
treee269d84b4790c5e77d11b1a97ca46c8f7b60d84c /configure.in
parent54e02df921f21df14cc8eafaf458ffdab8908025 (diff)
downloadruby-5927fbba4c3d4443bff3d1bc7b2f4036c951c39f.tar.gz
* configure.in, lib/mkmf.rb, win32/Makefile.sub (CSRCFLAG): make the
compiler option replacable in Makefile. * win32/Makefile.sub (OUTFLAG, COUTFLAG): ditto. * win32/Makeile.sub, win32/setup.mak (CC): should not append `-nologo` option forcely. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 580e5d11ba..da0fc54997 100644
--- a/configure.in
+++ b/configure.in
@@ -524,8 +524,10 @@ RUBY_CPPOUTFILE
: ${OUTFLAG='-o '}
: ${COUTFLAG=${OUTFLAG}}
+: ${CSRCFLAG=''}
AC_SUBST(OUTFLAG)
AC_SUBST(COUTFLAG)
+AC_SUBST(CSRCFLAG)
cc_version=
for option in --version -v -V -qversion; do