summaryrefslogtreecommitdiffstats
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
commit4257651cd250a58f3dbfa495d1218f91da477f5e (patch)
treec98fc35622e959e797200f51c19fdfadcbbaf05a /configure.in
parented3ac5c97dbb3362e4a7e1d6a0c3102d6953a925 (diff)
downloadruby-4257651cd250a58f3dbfa495d1218f91da477f5e.tar.gz
ruby-4257651cd250a58f3dbfa495d1218f91da477f5e.tar.xz
ruby-4257651cd250a58f3dbfa495d1218f91da477f5e.zip
eban
git-svn-id: http://svn.ruby-lang.org/repos/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 8ec9bed5c..bccbdbac3 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