mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: change order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
108c6a31ef
commit
16757b5716
1 changed files with 1 additions and 1 deletions
|
@ -619,8 +619,8 @@ if test "$with_dln_a_out" != yes; then
|
|||
esac
|
||||
rb_cv_dlopen=yes ;;
|
||||
cygwin*|mingw*) : ${LDSHARED="${DLLWRAP} --target=${target_os} --as=${AS} --dlltool-name=${DLLTOOL} --driver-name=${CC} --export-all -s"}
|
||||
rb_cv_dlopen=yes ;;
|
||||
LDFLAGS='-Wl,--stack,0x02000000'
|
||||
rb_cv_dlopen=yes ;;
|
||||
*) LDSHARED='ld' ;;
|
||||
esac
|
||||
AC_MSG_RESULT($rb_cv_dlopen)
|
||||
|
|
Loading…
Add table
Reference in a new issue