summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-19 08:29:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-19 08:29:13 +0000
commit64592fbc10bc301ca8764c2396995328163d3850 (patch)
treee6c63f5bc5949cfe5d3b575369d842f51bfff119
parenta965236490c2f9ff98d5f1b073e3b989a351c1fa (diff)
* configure.in (disable-rpath): typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5db5320d32..04ec31b72c 100644
--- a/configure.in
+++ b/configure.in
@@ -942,7 +942,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'"