2004-06-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / configure.in
index 43380d354cebaeef199e73ea5e31e82c616e35e5..fe368dccecb0a7e70422b2b579750b9639eb81fd 100644 (file)
@@ -1,9 +1,11 @@
 AC_INIT(README)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono,0.94)
+AM_INIT_AUTOMAKE(mono,0.95)
 AM_MAINTAINER_MODE
 
+AC_PROG_LN_S
+
 dnl
 dnl libgc checks
 dnl
@@ -50,6 +52,9 @@ case "$host" in
                libdl=
                libgc_threads=win32
                gc_default=boehm 
+               with_nptl=no
+               with_sigaltstack=no
+
                ;;
        *-*-*netbsd*)
                platform_win32=no
@@ -898,6 +903,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 +955,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
@@ -1134,6 +1140,9 @@ case "$host" in
        libsuffix=".dylib"
        LIBC="libc.dylib"
        ;;
+     *-*-*netbsd*)
+       LIBC="libc.so.12"
+       ;;
 esac
 AC_SUBST(libsuffix)