From f13a0a4ddaad8131e9fe0a4e74108578d8a098a3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 May 2013 07:15:45 +0000 Subject: * template/verconf.h.in: not typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40781 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 b75e23c72e..a97cf309d5 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