diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-16 05:59:58 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-16 05:59:58 +0000 |
commit | d5cb69007b45e090f3c61b8d34346f0a668b1e4a (patch) | |
tree | c916c94eda70fad2f28b0bd2ed16ce1d6bd4bafe /template | |
parent | 434f0abd0290cc5f1f59ad8fd146e43a8ebd42bd (diff) | |
download | ruby-d5cb69007b45e090f3c61b8d34346f0a668b1e4a.tar.gz |
* template/verconf.h.in: typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r-- | template/verconf.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/verconf.h.in b/template/verconf.h.in index a97cf309d5..b75e23c72e 100644 --- a/template/verconf.h.in +++ b/template/verconf.h.in @@ -5,9 +5,9 @@ #define RUBY_BASE_NAME "${RUBY_BASE_NAME}" #define RUBY_VERSION_NAME RUBY_BASE_NAME"-"RUBY_LIB_VERSION % if C["RUBY_LIB_VERSION_STYLE"] -#define RUBY_LIB_VERSION_STYLE ${RUBY_LIB_VERSION_STYLE} +#define RUBY_LIB_VERSION_STYLE "${RUBY_LIB_VERSION_STYLE}" % else -#define RUBY_LIB_VERSION ${RUBY_LIB_VERSION} +#define RUBY_LIB_VERSION "${RUBY_LIB_VERSION}" % end #define RUBY_EXEC_PREFIX "${RUBY_EXEC_PREFIX}" #define RUBY_LIB_PREFIX "${rubylibprefix}" |