gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog macros/boost.m4
Date: Wed, 30 Apr 2008 09:28:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/30 09:28:03

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        correct header is boost/filesystem.hpp

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6458&r2=1.6459
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.78&r2=1.79

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6458
retrieving revision 1.6459
diff -u -b -r1.6458 -r1.6459
--- ChangeLog   30 Apr 2008 09:14:59 -0000      1.6458
+++ ChangeLog   30 Apr 2008 09:28:02 -0000      1.6459
@@ -1,3 +1,7 @@
+2008-04-30 Sandro Santilli <address@hidden>
+
+       * macros/boost.m4: correct header is boost/filesystem.hpp
+
 2008-04-30 Zou Lunkai <address@hidden>
        
        * server/sprite_instance.{h,cpp}: drop ugly m_tmp_display_list and

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- macros/boost.m4     30 Apr 2008 06:40:22 -0000      1.78
+++ macros/boost.m4     30 Apr 2008 09:28:03 -0000      1.79
@@ -33,7 +33,7 @@
   libname=""
   dnl this is a list of *required* headers. If any of these are missing, this
   dnl test will return a failure, and Gnash won't build.
-  boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp 
filesystem/operations.hpp"
+  boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp 
filesystem.hpp"
   dnl this is a list of *required* libraries. If any of these are missing, this
   dnl test will return a failure, and Gnash won't build.
   boost_libs="thread date_time filesystem"




reply via email to

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