gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. d279f443fe454c34343d


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d279f443fe454c34343d0164d2c6d9ebd16c6b1b
Date: Mon, 20 Sep 2010 16:34:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  d279f443fe454c34343d0164d2c6d9ebd16c6b1b (commit)
       via  16eb28a3b76070190277f5c0aa83ffb4d8c38131 (commit)
      from  0dfaad0a0dfb53c3ce12d3f32a130ae7599a758e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=d279f443fe454c34343d0164d2c6d9ebd16c6b1b


commit d279f443fe454c34343d0164d2c6d9ebd16c6b1b
Merge: 16eb28a 0dfaad0
Author: Rob Savoye <address@hidden>
Date:   Mon Sep 20 15:11:28 2010 +0200

    Merge branch 'master' of git://git.sv.gnu.org/gnash


http://git.savannah.gnu.org/cgit//commit/?id=16eb28a3b76070190277f5c0aa83ffb4d8c38131


commit 16eb28a3b76070190277f5c0aa83ffb4d8c38131
Author: Rob Savoye <address@hidden>
Date:   Sun Sep 19 18:46:50 2010 +0200

    for now, boost-date-time is still required as cygnal uses it.

diff --git a/macros/boost.m4 b/macros/boost.m4
index 627d59a..2782055 100644
--- a/macros/boost.m4
+++ b/macros/boost.m4
@@ -36,11 +36,11 @@ AC_DEFUN([GNASH_PATH_BOOST],
   boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.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"
+  boost_libs="thread date_time"
 
   dnl this is a list of *recommended* libraries. If any of these are missing, 
this
   dnl test will return a warning, and Gnash will build, but testing won't work.
-  extra_boost_libs="serialization date_time"
+  extra_boost_libs="serialization"
 #  extra_boost_libs="unit_test_framework"
 
   dnl this is the default list for paths to search. This gets

-----------------------------------------------------------------------

Summary of changes:
 macros/boost.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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