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: Sun, 13 May 2007 19:26:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/13 19:26:30

Modified files:
        .              : ChangeLog 
        macros         : boost.m4 

Log message:
        * macros/boost.m4: typo fix (might need another go at testing)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3177&r2=1.3178
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.42&r2=1.43

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3177
retrieving revision 1.3178
diff -u -b -r1.3177 -r1.3178
--- ChangeLog   13 May 2007 17:13:09 -0000      1.3177
+++ ChangeLog   13 May 2007 19:26:29 -0000      1.3178
@@ -1,5 +1,6 @@
 2007-05-13 Sandro Santilli <address@hidden>
 
+       * macros/boost.m4: typo fix (might need another go at testing)
        * testsuite/actionscript.all/Number.as: skip conversion-to-number
          tests if Ming doesnt' support ASM.
        * testsuite/actionscript.all/XML.as: add tests exposing two bugs

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- macros/boost.m4     12 May 2007 10:08:55 -0000      1.42
+++ macros/boost.m4     13 May 2007 19:26:30 -0000      1.43
@@ -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.42 2007/05/12 10:08:55 tgc Exp $
+dnl $Id: boost.m4,v 1.43 2007/05/13 19:26:30 strk Exp $
 
 dnl Boost modules are:
 dnl date-time, filesystem. graph. iostreams, program options, python,
@@ -133,7 +133,7 @@
 
   # This isn't right: you don't need boot date-time installed unless u build
   # cygnal, and it is sometimes a separate package from Boost core and thread.
-  AM_CONDITIONAL(HAVE_BOOST, [test x${boost_date_time} = xyes && test 
x${boost_thread} - xyes])
+  AM_CONDITIONAL(HAVE_BOOST, [test x${boost_date_time} = xyes && test 
x${boost_thread} = xyes])
 ])
 
 # Local Variables:




reply via email to

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