mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (rpath): fix typo in the help string. a patch from
Yuji Yamano <yyamano AT kt.rim.or.jp> in [ruby-list:48568]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
054dbe2a43
commit
aecd98a212
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 7 19:04:22 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (rpath): fix typo in the help string. a patch from
|
||||
Yuji Yamano <yyamano AT kt.rim.or.jp> in [ruby-list:48568].
|
||||
|
||||
Wed Dec 7 18:55:56 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stack
|
||||
|
|
|
@ -2019,7 +2019,8 @@ if test "$with_dln_a_out" != yes; then
|
|||
|
||||
|
||||
AC_ARG_ENABLE(rpath,
|
||||
AS_HELP_STRING([--disable-rpath], [embed run path into extension libraries]),
|
||||
AS_HELP_STRING([--enable-rpath], [embed run path into extension libraries.
|
||||
enabled by default on ELF platforms]),
|
||||
[enable_rpath=$enableval], [enable_rpath="$rb_cv_binary_elf"])
|
||||
if test "$enable_rpath" = yes; then
|
||||
RPATHFLAG=" ${linker_flag}-R%1\$-s"
|
||||
|
|
Loading…
Reference in a new issue