* 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:
hsbt 2015-12-02 06:12:49 +00:00
Родитель b875b1c3a1
Коммит bf0723644b
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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> Wed Dec 2 14:55:01 2015 yui-knk <spiketeika@gmail.com>
* test/ruby/test_string.rb: removed non executing tests. * test/ruby/test_string.rb: removed non executing tests.

Просмотреть файл

@ -3837,7 +3837,7 @@ dnl build rdoc index if requested
RDOCTARGET="" RDOCTARGET=""
CAPITARGET="" CAPITARGET=""
AC_ARG_ENABLE(install-doc, 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]) [install_doc=$enableval], [install_doc=yes])
AC_ARG_ENABLE(install-rdoc, AC_ARG_ENABLE(install-rdoc,
AS_HELP_STRING([--disable-install-rdoc], [do not install rdoc indexes during install]), AS_HELP_STRING([--disable-install-rdoc], [do not install rdoc indexes during install]),