summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-30 17:06:08 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-30 17:06:08 +0000
commit46b28a7b44ea1ecfdb5698f3c500790908f58bc1 (patch)
tree6ce9e2f6e9330dd8d6eebed5706ce80308bd32b1 /configure.in
parent62293ad1f2b3d6c8adb3938510c912b21f84e05d (diff)
downloadruby-46b28a7b44ea1ecfdb5698f3c500790908f58bc1.tar.gz
ruby-46b28a7b44ea1ecfdb5698f3c500790908f58bc1.tar.xz
ruby-46b28a7b44ea1ecfdb5698f3c500790908f58bc1.zip
eban
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0df95deaf..e4dbcd166 100644
--- a/configure.in
+++ b/configure.in
@@ -855,7 +855,7 @@ case "$target_os" in
LIBRUBY_DLDFLAGS='--dllname=$@ --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
else
LIBRUBY_SO=dummy
- LIBRUBY_DLDFLAGS='--output-exp=$(RUBY_SO_NAME).exp --dllname=$(RUBY_SO_NAME)$(EXEEXT) --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
+ LIBRUBY_DLDFLAGS='--output-exp=$(RUBY_INSTALL_NAME).exp --dllname=$(RUBY_INSTALL_NAME)$(EXEEXT) --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
fi
LIBRUBY_ALIASES=''
LIBRUBY_A='lib$(RUBY_INSTALL_NAME)s.a'