diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-19 00:24:43 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-19 00:24:43 +0000 |
| commit | 5600304bf0324a2a2f781de396c1590eb2fb8a96 (patch) | |
| tree | 99c65092f8765ad80aadc9c3db07a08c8d4fa394 /configure.in | |
| parent | 98978c4e5841c1431618dbc412280bf567042f5a (diff) | |
| download | ruby-5600304bf0324a2a2f781de396c1590eb2fb8a96.tar.gz ruby-5600304bf0324a2a2f781de396c1590eb2fb8a96.tar.xz ruby-5600304bf0324a2a2f781de396c1590eb2fb8a96.zip | |
* configure.in, win32/Makefile.sub (LIBS): need to link shell32
library for SH* functions on mswin32 and mingw32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 453a61e5c..89a9ba806 100644 --- a/configure.in +++ b/configure.in @@ -291,7 +291,7 @@ cygwin*) rb_cv_have_daylight=no ac_cv_func__setjmp=no ac_cv_func_setitimer=no ;; -mingw*) LIBS="-lwsock32 $LIBS" +mingw*) LIBS="-lshell32 -lwsock32 $LIBS" ac_cv_header_a_out_h=no ac_cv_header_pwd_h=no ac_cv_header_utime_h=no |
