From 8d7ef97e3a1146e1ef033a5478751214edf01ea3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 Dec 2011 10:04:26 +0000 Subject: * configure.in (rpath): fix typo in the help string. a patch from Yuji Yamano in [ruby-list:48568]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ configure.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7ba56a348..992c8a8edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 7 19:04:22 2011 Nobuyoshi Nakada + + * configure.in (rpath): fix typo in the help string. a patch from + Yuji Yamano in [ruby-list:48568]. + Wed Nov 30 18:22:10 2011 Nobuyoshi Nakada * complex.c (nucomp_rationalize): fix function. [ruby-core:40667] diff --git a/configure.in b/configure.in index 5bc2e4eea1..b6c93ef31b 100644 --- a/configure.in +++ b/configure.in @@ -2001,7 +2001,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" -- cgit v1.2.3