diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 08:29:13 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-19 08:29:13 +0000 |
commit | 0052b9172e61182d850f3919badf2f1d99a9092f (patch) | |
tree | 53f412f997508991a2f3046f11603cb858978369 /configure.in | |
parent | 049c3927ff0692282187507e3d4914bb8112ff0a (diff) |
* configure.in (disable-rpath): typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 81fd449677..b38b59bb68 100644 --- a/configure.in +++ b/configure.in @@ -939,7 +939,7 @@ if test "$with_dln_a_out" != yes; then AC_MSG_RESULT($rb_cv_dlopen) AC_ARG_ENABLE(rpath, - [ --disable-rpath embedd run path.], + [ --disable-rpath embed run path into extension libraries.], [enable_rpath=$enableval], [enable_rpath="$rb_cv_binary_elf"]) if test "$enable_rpath" = yes; then LIBPATHFLAG=" -L'%1\$-s'" |