Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-05-31 21:01:48 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-05-31 21:01:48 +0400
commit1602cb9de7c81a9b496503c040091b6290b1c95b (patch)
tree2ba2fc17fe9c89b0d92753db49eadb64168f3f16 /configure.in
parentd273b61a206668158c39b6901c0c20110eeedf7f (diff)
2004-05-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* configure.in: fixlets for windows. svn path=/trunk/mono/; revision=28562
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 43380d354ce..ce7846befa1 100644
--- a/configure.in
+++ b/configure.in
@@ -50,6 +50,9 @@ case "$host" in
libdl=
libgc_threads=win32
gc_default=boehm
+ with_nptl=no
+ with_sigaltstack=no
+
;;
*-*-*netbsd*)
platform_win32=no
@@ -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
@@ -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