aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-21 03:14:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-21 03:14:05 +0000
commit005ebf8c7310835e0841ee3615bafa3f40465018 (patch)
treecc3aba531a5440f59cffdfd47be5788409c3e8d9 /configure.in
parentae68debdfafdf21f7bc2ad46b5fc48806a073878 (diff)
downloadruby-005ebf8c7310835e0841ee3615bafa3f40465018.tar.gz
ifchange: ignore unmatch TEST_COLORS
* configure.in: check if succeeded in creating config.h. * tool/ifchange: ignore failures when TEST_COLORS unmatched. just use the default value if expected name is not contained in it. [ruby-core:75046] [Bug #12303] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 10e1d0f0fc..508e6bb20b 100644
--- a/configure.in
+++ b/configure.in
@@ -4461,7 +4461,7 @@ guard=INCLUDE_RUBY_CONFIG_H
(
if test "x$CONFIGURE_TTY" = xyes; then color=--color; else color=; fi
exec ${srcdir}/tool/ifchange $color "${config_h}" -
-)
+) || AC_MSG_ERROR([faild to create ${config_h}])
tr -d '\015' < largefile.h > confdefs.h
rm largefile.h