From d5cb69007b45e090f3c61b8d34346f0a668b1e4a Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 16 May 2013 05:59:58 +0000 Subject: * template/verconf.h.in: typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/verconf.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') 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}" -- cgit v1.2.3