* configure.in (TRY_LINK): export.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-06-26 03:47:10 +00:00
parent 1f16f35849
commit 95084622ff

View File

@ -951,6 +951,7 @@ if test "$with_dln_a_out" != yes; then
hiuxmpp) : ${LDSHARED='ld -r'} ;; hiuxmpp) : ${LDSHARED='ld -r'} ;;
atheos*) : ${LDSHARED="$CC -shared"} atheos*) : ${LDSHARED="$CC -shared"}
rb_cv_dlopen=yes ;; rb_cv_dlopen=yes ;;
AC_SUBST(TRY_LINK)
os2-emx*) LDFLAGS="$LDFLAGS -Zbsd-signals" os2-emx*) LDFLAGS="$LDFLAGS -Zbsd-signals"
;; ;;
*) : ${LDSHARED='ld'} ;; *) : ${LDSHARED='ld'} ;;