summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-26 06:10:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-26 06:10:52 +0000
commit11fa3bf8c7396d7789d5b6435e9d37b888225055 (patch)
treee2744aac55d4f41338c49bfa90c5c0ef0bb624d0 /configure.in
parent95084622ffbf27f6461a11a376cb2ae63b67ff2b (diff)
* configure.in (TRY_LINK): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6528 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 22ba8a36e6..09bedbf6be 100644
--- a/configure.in
+++ b/configure.in
@@ -951,7 +951,6 @@ 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'} ;;
@@ -962,6 +961,7 @@ AC_SUBST(LINK_SO)
AC_SUBST(LIBPATHFLAG)
AC_SUBST(RPATHFLAG)
AC_SUBST(LIBPATHENV, "${LIBPATHENV-LD_LIBRARY_PATH}")
+AC_SUBST(TRY_LINK)
dln_a_out_works=no
if test "$ac_cv_header_a_out_h" = yes; then