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

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

[dotgnu-pnet-commits] pnet ChangeLog configure.in


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet ChangeLog configure.in
Date: Sat, 24 Mar 2007 17:13:36 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      07/03/24 17:13:36

Modified files:
        .              : ChangeLog configure.in 

Log message:
        2007-03-24  Klaus Treichel  <address@hidden>
        
                * configure.in: Pass the threadimplementation used for pnet to 
configuring
                libgc. (Fix bug #19237)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3440&r2=1.3441
http://cvs.savannah.gnu.org/viewcvs/pnet/configure.in?cvsroot=dotgnu-pnet&r1=1.225&r2=1.226

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3440
retrieving revision 1.3441
diff -u -b -r1.3440 -r1.3441
--- ChangeLog   21 Mar 2007 12:58:07 -0000      1.3440
+++ ChangeLog   24 Mar 2007 17:13:36 -0000      1.3441
@@ -1,3 +1,8 @@
+2007-03-24  Klaus Treichel  <address@hidden>
+
+       * configure.in: Pass the threadimplementation used for pnet to 
configuring
+       libgc. (Fix bug #19237)
+
 2007-03-21  Radek Polak  <address@hidden>
 
        * codegen/cg_stmt.tc: Output quoted variable names so that we produce

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -b -r1.225 -r1.226
--- configure.in        3 Mar 2007 12:09:19 -0000       1.225
+++ configure.in        24 Mar 2007 17:13:36 -0000      1.226
@@ -242,6 +242,7 @@
 
 dnl Force pthreads for GNU/Linux and win32 threads for Cygwin systems.
 if test "$THREADS" = "no"; then
+       GC_THREADS=no   
        case "$host" in
        x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux*)
                        THREADS=posix
@@ -697,6 +698,9 @@
 fi
 
 if test x$withgc = xyes; then
+       if test "$GC_THREADS" = "no"; then
+               ac_configure_args="$ac_configure_args --enable-threads=$THREADS"
+       fi
        AC_CONFIG_SUBDIRS(libgc)
 fi
 




reply via email to

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