diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-14 08:09:41 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-14 08:09:41 +0000 |
| commit | 5e15f02142dd22074129fea60a47ef9438408d08 (patch) | |
| tree | 0d3d77f290629571792515689b2cdb501bf70e28 | |
| parent | a06fd21600c467b992782ef9948f02538acdc56b (diff) | |
* configure.in (--with-opt-dir): ignore and suppress a warning.
[ruby-dev:39684]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.in | 3 |
2 files changed, 8 insertions, 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. diff --git a/configure.in b/configure.in index 6869b03ceb..c3b251e607 100644 --- a/configure.in +++ b/configure.in @@ -1877,6 +1877,9 @@ if test "$search_path" != ""; then AC_DEFINE_UNQUOTED(RUBY_SEARCH_PATH,"$search_path") fi +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]), [ |
