gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/log.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/log.cpp
Date: Mon, 05 Feb 2007 00:06:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/05 00:06:51

Modified files:
        .              : ChangeLog 
        libbase        : log.cpp 

Log message:
        Removed BOOST_HAS_THREADS.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2246&r2=1.2247
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.42&r2=1.43

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2246
retrieving revision 1.2247
diff -u -b -r1.2246 -r1.2247
--- ChangeLog   5 Feb 2007 00:04:36 -0000       1.2246
+++ ChangeLog   5 Feb 2007 00:06:51 -0000       1.2247
@@ -1,6 +1,7 @@
 2007-02-05 Markus Gothe <address@hidden>
 
        * macros/pthreads.m4: Fixed a quirky LIBS/CFLAGS-bug.
+       * libbase/log.cpp: Removed BOOST_HAS_THREADS.
 
 2007-02-03 Sandro Santilli <address@hidden>
 

Index: libbase/log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- libbase/log.cpp     30 Jan 2007 02:02:28 -0000      1.42
+++ libbase/log.cpp     5 Feb 2007 00:06:51 -0000       1.43
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: log.cpp,v 1.42 2007/01/30 02:02:28 rsavoye Exp $ */
+/* $Id: log.cpp,v 1.43 2007/02/05 00:06:51 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -38,7 +38,9 @@
 #include <libxml/parser.h>
 #include <libxml/xmlreader.h>
 #include <ctime>
-#define BOOST_HAS_THREADS 1
+/* #define BOOST_HAS_THREADS 1
+   This should be set by boost itself.
+*/
 
 #if defined(_WIN32) || defined(WIN32)
 #define lock(io_mutex) ;




reply via email to

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