summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-16 12:16:14 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-16 12:16:14 +0000
commit48442d46b39976ec9a3a17e357fd3be13cd8feaf (patch)
tree36e6e6049f55eb8ef8eb995b36e5f499204182ab /configure.in
parentc710449a85cb9a1556264ab1a5dfa1640e1f925a (diff)
* configure.in (BASERUBY): need AC_SUBST. [ruby-dev:31438]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 653fda5953..79916af4b6 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,7 @@ AC_ARG_WITH(baseruby,
])
test "`$BASERUBY -e 'p 42' 2>/dev/null`" = 42 ||
AC_MSG_ERROR([executable host ruby is required. use --with-baseruby option.])
+AC_SUBST(BASERUBY)
AC_DEFUN([RUBY_MINGW32],
[case "$host_os" in