gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash macros/pthreads.m4 ChangeLog


From: Sandro Santilli
Subject: [Gnash-commit] gnash macros/pthreads.m4 ChangeLog
Date: Sun, 11 Feb 2007 15:45:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/11 15:45:29

Modified files:
        macros         : pthreads.m4 
        .              : ChangeLog 

Log message:
                * macros/pthreads.m4: use -pthread for linux, as
                  suggested by boost error.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pthreads.m4?cvsroot=gnash&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2312&r2=1.2313

Patches:
Index: macros/pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- macros/pthreads.m4  5 Feb 2007 00:04:36 -0000       1.24
+++ macros/pthreads.m4  11 Feb 2007 15:45:29 -0000      1.25
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 dnl Copyright (C) 2006 Steven G. Johnson <address@hidden>.
-dnl $Id: pthreads.m4,v 1.24 2007/02/05 00:04:36 nihilus Exp $
+dnl $Id: pthreads.m4,v 1.25 2007/02/11 15:45:29 strk Exp $
 
 AC_DEFUN([GNASH_PATH_PTHREADS],
 [
@@ -83,7 +83,7 @@
 
 case "${host_cpu}-${host_os}" in
   *linux*)
-    pthread_flags=""
+    pthread_flags="-pthread"
     ;;
   *solaris*)
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2312
retrieving revision 1.2313
diff -u -b -r1.2312 -r1.2313
--- ChangeLog   11 Feb 2007 14:30:58 -0000      1.2312
+++ ChangeLog   11 Feb 2007 15:45:29 -0000      1.2313
@@ -1,3 +1,8 @@
+2007-02-11 Sandro Santilli <address@hidden>
+
+       * macros/pthreads.m4: use -pthread for linux, as
+         suggested by boost error.
+
 2007-02-11 Martin Guy <address@hidden>
 
        * server/asobj/Date.cpp: Disable use of tzset/timezone that does not




reply via email to

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