From e6717679c09420842d7450dd60a55751e231e8d9 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 5 Jun 2008 03:26:21 +0000 Subject: merge revision(s) 13601: * win32/win32.c (init_env): initialize HOME and USER environment variables unless set. [ruby-core:12328] (merge from trunk) * win32/win32.c (NtInitialize, getlogin): ditto. * configure.in, win32/Makefile.sub (LIBS): need to link shell32 library for SH* functions on mswin32 and mingw32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@16829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4b9e25e668..3dbb527849 100644 --- a/configure.in +++ b/configure.in @@ -346,6 +346,7 @@ mingw*) if test "$with_winsock2" = yes; then else LIBS="-lwsock32 $LIBS" fi + LIBS="-lshell32 $LIBS" ac_cv_header_a_out_h=no ac_cv_header_pwd_h=no ac_cv_header_utime_h=no -- cgit v1.2.3