mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: detect baseruby by default
* configure.in: default HAVE_BASERUBY to yes, for auto detection. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5e604e6c02
commit
b1ea4dd6a2
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@ rm() {
|
||||||
|
|
||||||
{ # environment section
|
{ # environment section
|
||||||
|
|
||||||
|
HAVE_BASERUBY=yes
|
||||||
AC_ARG_WITH(baseruby,
|
AC_ARG_WITH(baseruby,
|
||||||
AS_HELP_STRING([--with-baseruby=RUBY], [use RUBY as baseruby; RUBY is the pathname of ruby]),
|
AS_HELP_STRING([--with-baseruby=RUBY], [use RUBY as baseruby; RUBY is the pathname of ruby]),
|
||||||
[AS_CASE(["$withval"],
|
[AS_CASE(["$withval"],
|
||||||
[*ruby*],[BASERUBY=$withval; HAVE_BASERUBY=yes],
|
[*ruby*],[BASERUBY=$withval],
|
||||||
[no],[HAVE_BASERUBY=no],
|
[no],[HAVE_BASERUBY=no],
|
||||||
[AC_MSG_ERROR(need ruby)])
|
[AC_MSG_ERROR(need ruby)])
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue