summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-16 06:09:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-16 06:09:40 +0000
commit6c05f91b3b12c9a52cf36fae2ad6fb7eaf9d53e3 (patch)
tree75979570b421b1819e9d996895f67d508a4c2db6 /configure.in
parentfdac9a36c26b7a4240e2552e67bae450f4f36eab (diff)
* dln.c (rb_w32_check_imported): check if extension library to be
loaded imports from different ruby dll. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27816 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 bae3c845c5..c37e8523be 100644
--- a/configure.in
+++ b/configure.in
@@ -874,7 +874,7 @@ main()
[cygwin*], [ ac_cv_header_langinfo_h=yes
AC_LIBOBJ([langinfo])
],
-[mingw*], [ LIBS="-lshell32 -lws2_32 $LIBS"
+[mingw*], [ LIBS="-lshell32 -lws2_32 -limagehlp $LIBS"
ac_cv_header_a_out_h=no
ac_cv_header_pwd_h=no
ac_cv_header_utime_h=no