summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-26 02:25:50 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-26 02:25:50 +0000
commitf0ba57341ac7815189f7e33c980b8cbb51571efb (patch)
treec98fc35622e959e797200f51c19fdfadcbbaf05a /configure.in
parentb17c80f6d63027d18cee2c49b4ab9116b3264b03 (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@855 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 8ec9bed5cc..bccbdbac36 100644
--- a/configure.in
+++ b/configure.in
@@ -825,7 +825,7 @@ case "$target_os" in
;;
cygwin*|mingw*)
if test x"$enable_shared" = xyes; then
- LIBRUBY_SO='$(RUBY_INSTALL_NAME)-'$target_os.dll
+ LIBRUBY_SO='$(RUBY_INSTALL_NAME).'$target_os.dll
LIBRUBY_DLDFLAGS='--dllname=$@ --output-lib=$(LIBRUBY) --add-stdcall-alias --def=$(RUBYDEF)'
else
LIBRUBY_SO=dummy