gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros pthreads.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros pthreads.m4
Date: Sun, 04 Feb 2007 23:22:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/04 23:22:25

Modified files:
        macros         : pthreads.m4 

Log message:
        Just typing...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pthreads.m4?cvsroot=gnash&r1=1.22&r2=1.23

Patches:
Index: pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- pthreads.m4 21 Jan 2007 22:41:03 -0000      1.22
+++ pthreads.m4 4 Feb 2007 23:22:25 -0000       1.23
@@ -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.22 2007/01/21 22:41:03 rsavoye Exp $
+dnl $Id: pthreads.m4,v 1.23 2007/02/04 23:22:25 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_PTHREADS],
 [
@@ -152,7 +152,7 @@
     AC_TRY_LINK([#include <pthread.h>],
       [pthread_t th; pthread_join(th, 0);
       pthread_attr_init(0); pthread_cleanup_push(0, 0);
-      pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
+      pthread_create(0,0,0,0); pthread_cleanup_pop(0);],
       [pthreads=yes])
 
     LIBS="$save_LIBS"




reply via email to

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