summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-13 07:30:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-13 07:30:24 +0000
commit038815a0153fcaa40834ddf0f36f54dd0f31c2d6 (patch)
treee7a0db8292accbf27685d942ec2cd94bee1efbbf /configure.in
parentd238ae611e33e84893f5a8ec0614c088a1912084 (diff)
downloadruby-038815a0153fcaa40834ddf0f36f54dd0f31c2d6.tar.gz
ruby-038815a0153fcaa40834ddf0f36f54dd0f31c2d6.tar.xz
ruby-038815a0153fcaa40834ddf0f36f54dd0f31c2d6.zip
* configure.in (DLDFLAGS): removed -Wl,-no-undefined to
ext/extmk.rb, in order to allow references to symbols in other extension libraries for mkmf.rb. [ruby-dev:18724] * ext/extmk.rb (extmake): ditto. * ext/extmk.rb (extmake): exit when make failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0e4bc356e..1ed61aba9 100644
--- a/configure.in
+++ b/configure.in
@@ -1053,7 +1053,6 @@ if test "$enable_shared" = 'yes'; then
linux*)
LIBRUBY_DLDFLAGS='-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR)'
LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so'
- test "$rb_cv_prog_gnu_ld" = yes && DLDFLAGS="$DLDFLAGS -Wl,-no-undefined"
;;
gnu*)
LIBRUBY_DLDFLAGS='-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR)'