Hello,

I have attached a patch that fixes a configure problem using a new cygwin installation
(with latest automake/conf/etc) that resulted in a "conditional "THREADS_PTHREAD" was
never defined problem" error.

I would appreciate it, if someone on the list could apply it :)

Best regards,

   Jeroen
Janssen
? stamp-h1
? autom4te.cache
? docs/Makefile.in
? docs/Makefile
? mono/arch/sparc/.deps
Index: configure.in
===================================================================
RCS file: /mono/mono/configure.in,v
retrieving revision 1.73
diff -u -r1.73 configure.in
--- configure.in        24 Apr 2002 22:27:11 -0000      1.73
+++ configure.in        28 Apr 2002 11:07:46 -0000
@@ -338,6 +338,7 @@
        dnl ********************************
        AC_CHECK_LIB(rt, sem_init, LIBS="$LIBS -lrt")
 else
+       AM_CONDITIONAL(THREADS_PTHREAD, false)
        # This is a kludge, we really ought to test for libws2_32, but
        # I can't make AC_CHECK_LIB link (the symbols seem to be mangled
        # with @num suffixes)

Reply via email to