From cfdaa4dddc55c20d9a2970e32dbef2f683e26129 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 23 Oct 2010 09:36:44 +0000 Subject: merges r29298 from trunk into ruby_1_9_2. -- * configure.in (LIBRUBY_SO): fix an oversight of replace RUBY_INSTALL_NAME with RUBY_SO_NAME. a patch from Jeremy Evans at [ruby-core:32474]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a978c97750..61f5aa0442 100644 --- a/configure.in +++ b/configure.in @@ -2119,7 +2119,7 @@ if test "$enable_shared" = 'yes'; then ], [openbsd*], [ SOLIBS='$(LIBS)' - LIBRUBY_SO='lib$(RUBY_INSTALL_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}` + LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}` ], [solaris*], [ SOLIBS='$(LIBS)' -- cgit v1.2.3