dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2478,1.2479 configure.in,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2478,1.2479 configure.in,1.131,1.132
Date: Fri, 27 Jun 2003 17:45:40 -0400

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv28388

Modified Files:
        ChangeLog configure.in 
Log Message:


Add "mingw" to the set of detected platforms for Win32 threading support.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2478
retrieving revision 1.2479
diff -C2 -r1.2478 -r1.2479
*** ChangeLog   27 Jun 2003 10:18:19 -0000      1.2478
--- ChangeLog   27 Jun 2003 21:45:35 -0000      1.2479
***************
*** 1,3 ****
--- 1,8 ----
  
+ 2003-06-28  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in: add "mingw" to the set of detected platforms
+       for Win32 threading support.
+ 
  2003-06-27  Rhys Weatherley  <address@hidden>
  

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -r1.131 -r1.132
*** configure.in        26 Jun 2003 22:23:35 -0000      1.131
--- configure.in        27 Jun 2003 21:45:36 -0000      1.132
***************
*** 123,127 ****
                        THREADS=posix
                        ;;
!       *-*-cygwin*)
                        THREADS=win32
                        ;;
--- 123,127 ----
                        THREADS=posix
                        ;;
!               *-*-mingw*|*-*-cygwin*)
                        THREADS=win32
                        ;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]