зеркало из https://github.com/github/ruby.git
* configure.in: Fixed double negative comments.
[Bug #11698][ruby-core:71506] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b875b1c3a1
Коммит
bf0723644b
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 2 15:12:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* configure.in: Fixed double negative comments.
|
||||
[Bug #11698][ruby-core:71506]
|
||||
|
||||
Wed Dec 2 14:55:01 2015 yui-knk <spiketeika@gmail.com>
|
||||
|
||||
* test/ruby/test_string.rb: removed non executing tests.
|
||||
|
|
|
@ -3837,7 +3837,7 @@ dnl build rdoc index if requested
|
|||
RDOCTARGET=""
|
||||
CAPITARGET=""
|
||||
AC_ARG_ENABLE(install-doc,
|
||||
AS_HELP_STRING([--disable-install-doc], [do not install neither rdoc indexes nor C API documents during install]),
|
||||
AS_HELP_STRING([--disable-install-doc], [do not install either rdoc indexes or C API documents during install]),
|
||||
[install_doc=$enableval], [install_doc=yes])
|
||||
AC_ARG_ENABLE(install-rdoc,
|
||||
AS_HELP_STRING([--disable-install-rdoc], [do not install rdoc indexes during install]),
|
||||
|
|
Загрузка…
Ссылка в новой задаче