summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-25 14:46:58 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-25 14:46:58 +0000
commit95d5f1eac3cf879117a0a52e9630735650e912b5 (patch)
treec98298a2e44afabe49fe115ef4c1c7eadf1a69e6 /configure.in
parentb18befaaf7e564f6a835d81a07ecb3fa1c46ed3f (diff)
downloadruby-95d5f1eac3cf879117a0a52e9630735650e912b5.tar.gz
ruby-95d5f1eac3cf879117a0a52e9630735650e912b5.tar.xz
ruby-95d5f1eac3cf879117a0a52e9630735650e912b5.zip
merges r24536 from trunk into ruby_1_9_1.
-- * configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c98a02456..f49a88aea 100644
--- a/configure.in
+++ b/configure.in
@@ -2089,7 +2089,7 @@ if test "$search_path" != ""; then
fi
AC_ARG_WITH(rubyhdrdir,
- [ --with-ruby-hdrdir=DIR core headers in DIR [INCLUDEDIR]],
+ AS_HELP_STRING([--with-rubyhdrdir=DIR], [core headers in DIR [[INCLUDEDIR/RUBY_BASE_NAME-RUBY_VERSION]]]),
[rubyhdrdir=$withval],
[rubyhdrdir='${includedir}/${RUBY_INSTALL_NAME}-${ruby_version}'])