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: Martin Guy
Subject: [Gnash-commit] gnash/macros pthreads.m4
Date: Sun, 25 Mar 2007 15:52:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/03/25 15:52:15

Modified files:
        macros         : pthreads.m4 

Log message:
        If pthread libs not found, say so

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

Patches:
Index: pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- pthreads.m4 11 Feb 2007 15:45:29 -0000      1.25
+++ pthreads.m4 25 Mar 2007 15:52:15 -0000      1.26
@@ -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.25 2007/02/11 15:45:29 strk Exp $
+dnl $Id: pthreads.m4,v 1.26 2007/03/25 15:52:15 martinwguy Exp $
 
 AC_DEFUN([GNASH_PATH_PTHREADS],
 [
@@ -184,6 +184,9 @@
       AC_MSG_RESULT(yes)
     fi
   done
+  if test x"${PTHREAD_LIBS}" = "x"; then
+    AC_MSG_RESULT(not found)
+  fi
 fi
 
 dnl Various other checks:




reply via email to

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