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. 7d6ed6defae5d1938a5a


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 7d6ed6defae5d1938a5a5ecbba48371897550695
Date: Mon, 08 Nov 2010 19:53:25 +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  7d6ed6defae5d1938a5a5ecbba48371897550695 (commit)
      from  81abb1892a90b5cdd809d73d7e6391083d63e139 (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=7d6ed6defae5d1938a5a5ecbba48371897550695


commit 7d6ed6defae5d1938a5a5ecbba48371897550695
Author: Sandro Santilli <address@hidden>
Date:   Mon Nov 8 20:53:20 2010 +0100

    boost program-options is actually a library

diff --git a/macros/boost.m4 b/macros/boost.m4
index 1fd13a3..88d96eb 100644
--- a/macros/boost.m4
+++ b/macros/boost.m4
@@ -36,7 +36,7 @@ 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 
program_options/options_description.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 program-options"
 
   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.

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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