Skip to content

Commit

Permalink
2004-05-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* configure.in: fixlets for windows.

svn path=/trunk/mono/; revision=28562
  • Loading branch information
gonzalop committed May 31, 2004
1 parent d273b61 commit 1602cb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2004-05-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* configure.in: fixlets for windows.

2004-05-29 Zoltan Varga <vargaz@freemail.hu>

* configure.in: export CC instead of passing it to libgc/configure.
Expand Down
6 changes: 5 additions & 1 deletion configure.in
Expand Up @@ -50,6 +50,9 @@ case "$host" in
libdl=
libgc_threads=win32
gc_default=boehm
with_nptl=no
with_sigaltstack=no

;;
*-*-*netbsd*)
platform_win32=no
Expand Down Expand Up @@ -898,6 +901,7 @@ if test x$platform_win32 = xno; then
AC_DEFINE_UNQUOTED(SIGVAL_PTR,$SIGVAL_PTR,[Pointer field name in 'union sigval'])
fi
else
jdk_headers_found=no
AC_CHECK_LIB(ws2_32, main, LIBS="$LIBS -lws2_32", AC_ERROR(bad mingw install?))
AC_CHECK_LIB(psapi, main, LIBS="$LIBS -lpsapi", AC_ERROR(bad mingw install?))
fi
Expand Down Expand Up @@ -949,7 +953,7 @@ case "{$target}" in
dnl Win32 does not have /dev/random, they have their own method...

*-*-mingw*|*-*-cygwin*)
ac_cv_have_dev_random = no
ac_cv_have_dev_random=no
;;

dnl Everywhere else, it's /dev/random
Expand Down

0 comments on commit 1602cb9

Please sign in to comment.