gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash libbase/log.cpp macros/gtk2.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash libbase/log.cpp macros/gtk2.m4
Date: Wed, 11 Oct 2006 10:14:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/11 10:14:38

Modified files:
        libbase        : log.cpp 
        macros         : gtk2.m4 

Log message:
        Minor bug-fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.cpp?cvsroot=gnash&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/gtk2.m4?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: libbase/log.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- libbase/log.cpp     11 Oct 2006 01:23:18 -0000      1.30
+++ libbase/log.cpp     11 Oct 2006 10:14:38 -0000      1.31
@@ -36,7 +36,7 @@
 //
 //
 
-/* $Id: log.cpp,v 1.30 2006/10/11 01:23:18 nihilus Exp $ */
+/* $Id: log.cpp,v 1.31 2006/10/11 10:14:38 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -62,7 +62,7 @@
 #include <libxml/xmlreader.h>
 #endif
 #include <ctime>
-#define BOOST_HAS_THREADS
+#define BOOST_HAS_THREADS 1
 #include <boost/detail/lightweight_mutex.hpp>
 using boost::detail::lightweight_mutex;
 #define scoped_lock lightweight_mutex::scoped_lock

Index: macros/gtk2.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/gtk2.m4,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- macros/gtk2.m4      10 Oct 2006 21:24:03 -0000      1.25
+++ macros/gtk2.m4      11 Oct 2006 10:14:38 -0000      1.26
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: gtk2.m4,v 1.25 2006/10/10 21:24:03 nihilus Exp $
+dnl $Id: gtk2.m4,v 1.26 2006/10/11 10:14:38 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_GTK2],
 [
@@ -116,7 +116,7 @@
        [  --with-gtk2-lib         directory where gtk2 library is],
        with_gtk2_lib=${withval})
 
-    AC_CACHE_VAL(ac_cv_path_gtk2_lib, [ ac_cv_path_gtk2_lib=${with_gtk2_lib}])
+    AC_CACHE_VAL(ac_cv_path_gtk2_lib, [ 
ac_cv_path_gtk2_lib=-L${with_gtk2_lib}])
 
 
   if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_gtk2_lib}" = x; then




reply via email to

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