configure.in: fix help message

* configure.in (ruby-pc): fix help message for --with-ruby-pc
  option.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-11-18 00:26:07 +00:00
parent 54850e4657
commit 3b91ff89da

View File

@ -4371,7 +4371,7 @@ AC_CONFIG_FILES(Makefile, [
[EXEEXT='$EXEEXT' gnumake='$gnumake'])
AC_ARG_WITH([ruby-pc],
AC_HELP_STRING([pc file basename]),
AC_HELP_STRING([--with-ruby-pc=FILNAME], [pc file basename]),
[ruby_pc="$withval"],
[ruby_pc="${RUBY_BASE_NAME}-${MAJOR}.${MINOR}.pc"])
AC_SUBST(ruby_pc)