mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (TRY_LINK): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
95084622ff
commit
11fa3bf8c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue