summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-21 15:25:54 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-21 15:25:54 +0000
commita719a5044de1e6c68df533367714fd396dbf6c74 (patch)
tree2a8838bf5993f4d6373d750e7509fd3aafc57c04 /configure.in
parent79a5d02e194a5eee47ce2456019cfe2d31565969 (diff)
2000-06-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5a6ca2705b..b88e7b8b7c 100644
--- a/configure.in
+++ b/configure.in
@@ -746,7 +746,8 @@ if test "$enable_shared" = 'yes'; then
LIBRUBY_SO='lib$(RUBY_INSTALL_NAME).a'
LIBRUBY_ALIASES=''
LIBRUBY_A='lib$(RUBY_INSTALL_NAME)s.a'
- LIBRUBYARG='-L. -l$(RUBY_INSTALL_NAME)'
+ LIBRUBYARG='-l$(RUBY_INSTALL_NAME)'
+ XLDFLAGS='-L.'
FIRSTMAKEFILE=GNUmakefile:cygwin/GNUmakefile.in
LIBOBJS="$LIBOBJS strftime.o"
CCDLFLAGS=-DUSEIMPORTLIB