summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-26 03:47:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-26 03:47:10 +0000
commit7d67337b4bd9972a495af58c218346c9eb0d5e5f (patch)
tree053ba59704f0fa1880acc53598a06be5ffa04210 /configure.in
parent7b4accf865a9130cb1239eea480e4bfe8eedeb0a (diff)
downloadruby-7d67337b4bd9972a495af58c218346c9eb0d5e5f.tar.gz
ruby-7d67337b4bd9972a495af58c218346c9eb0d5e5f.tar.xz
ruby-7d67337b4bd9972a495af58c218346c9eb0d5e5f.zip
* configure.in (TRY_LINK): export.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f402c3f61..22ba8a36e 100644
--- a/configure.in
+++ b/configure.in
@@ -951,6 +951,7 @@ if test "$with_dln_a_out" != yes; then
hiuxmpp) : ${LDSHARED='ld -r'} ;;
atheos*) : ${LDSHARED="$CC -shared"}
rb_cv_dlopen=yes ;;
+AC_SUBST(TRY_LINK)
os2-emx*) LDFLAGS="$LDFLAGS -Zbsd-signals"
;;
*) : ${LDSHARED='ld'} ;;