mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: disable install-capi by default
* configure.in (install-capi): do not install C API documents by default. [ruby-core:62557] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
792f7969bb
commit
59cb82c52c
1 changed files with 1 additions and 1 deletions
|
@ -3546,7 +3546,7 @@ AC_ARG_ENABLE(install-rdoc,
|
|||
[install_rdoc=$enableval], [install_rdoc=yes])
|
||||
AC_ARG_ENABLE(install-capi,
|
||||
AS_HELP_STRING([--disable-install-capi], [do not install C API documents during install]),
|
||||
[install_capi=$enableval], [install_capi=yes])
|
||||
[install_capi=$enableval], [install_capi=no])
|
||||
|
||||
if test "$install_doc" != no; then
|
||||
if test "$install_rdoc" != no; then
|
||||
|
|
Loading…
Add table
Reference in a new issue