gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros boost.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros boost.m4
Date: Wed, 11 Oct 2006 01:27:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/11 01:27:24

Modified files:
        macros         : boost.m4 

Log message:
        Lwmutex

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- boost.m4    11 Oct 2006 00:01:13 -0000      1.11
+++ boost.m4    11 Oct 2006 01:27:23 -0000      1.12
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: boost.m4,v 1.11 2006/10/11 00:01:13 nihilus Exp $
+dnl $Id: boost.m4,v 1.12 2006/10/11 01:27:23 nihilus Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -62,7 +62,7 @@
     incllist="${prefix}/include /sw/include /usr/local/include 
/home/latest/include /usr/pkg/include /opt/include /opt/local/include 
/usr/include .. ../.."
 
     for i in $incllist; do
-      if test -f $i/boost/thread/mutex.hpp; then
+      if test -f $i/boost/detail/lightweight_mutex.hpp; then
         ac_cv_path_boost_incl="$i"
        break;
       fi




reply via email to

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