mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (--with-opt-dir): ignore and suppress a warning.
[ruby-dev:39684] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de13a30d32
commit
85ca612b13
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Nov 14 17:09:39 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (--with-opt-dir): ignore and suppress a warning.
|
||||
[ruby-dev:39684]
|
||||
|
||||
Sat Nov 14 16:43:24 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.
|
||||
|
|
|
@ -2620,6 +2620,9 @@ AC_SUBST(rubyhdrdir)dnl
|
|||
AC_SUBST(sitehdrdir)dnl
|
||||
AC_SUBST(vendorhdrdir)dnl
|
||||
|
||||
AC_ARG_WITH(opt-dir,
|
||||
AS_HELP_STRING([--with-opt-dir=DIR], [add optional headers and libraries DIR]))
|
||||
|
||||
AC_ARG_WITH(mantype,
|
||||
AS_HELP_STRING([--with-mantype=TYPE], [specify man page type; TYPE is one of man and doc]),
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue