summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'"