summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-24 05:34:31 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-24 05:34:31 +0000
commit16757b57166d97b17b2eb43862bb9eb4a739273a (patch)
tree6c528fe9e1ae93daa42f8859fe2ee3e707e130de /configure.in
parent108c6a31efb21de3e3f55f03ba4eafb85cfecff9 (diff)
* configure.in: change order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2406 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 cf7a3a0b98..02e6c34306 100644
--- a/configure.in
+++ b/configure.in
@@ -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)