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: Tue, 25 Sep 2007 18:48:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/09/25 18:48:06

Modified files:
        macros         : boost.m4 

Log message:
        Fixed typo

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

Patches:
Index: boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- boost.m4    25 Sep 2007 11:11:36 -0000      1.57
+++ boost.m4    25 Sep 2007 18:48:06 -0000      1.58
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: boost.m4,v 1.57 2007/09/25 11:11:36 nihilus Exp $
+dnl $Id: boost.m4,v 1.58 2007/09/25 18:48:06 nihilus Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -57,7 +57,7 @@
          gnash_boost_topdir=`basename $j`
          ac_cv_path_boost_incl="-I${j}"
          break;
-       elif test -f ${i}/boost/detail/lightweight_mutex.hpp -a -f 
${i}/boost/thread.hpp -a -f ${j}/boost/multi_index.hpp -a -f 
${j}/boost/multi_index/key_extractors.hpp ; then
+       elif test -f ${i}/boost/detail/lightweight_mutex.hpp -a -f 
${i}/boost/thread.hpp -a -f ${i}/boost/multi_index.hpp -a -f 
${i}/boost/multi_index/key_extractors.hpp ; then
           ac_cv_path_boost_incl="-I${i}"
           break
         fi




reply via email to

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