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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1514-g544ff9c
Date: Wed, 17 Oct 2012 20:32:24 +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  544ff9c008a0bfcc3eb41b23d668f3044fa6d1b3 (commit)
      from  5cc3e72d5ccec65b699157cb5f6363dd9a335ae5 (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=544ff9c008a0bfcc3eb41b23d668f3044fa6d1b3


commit 544ff9c008a0bfcc3eb41b23d668f3044fa6d1b3
Author: Sandro Santilli <address@hidden>
Date:   Wed Oct 17 22:29:23 2012 +0200

    Revert "Look for boost-system libs too, fixing support for boost 1.50"
    
    This reverts commit 9365eed5154e744b6a0a55634f1fa339e80cf3f9.
    
    It broke build against boost-1.34 (nelly, maverick, natty...)
    I guess it might still work by installing the package,
    but if it's not needed I don't see why we should require it.

diff --git a/macros/boost.m4 b/macros/boost.m4
index 5788f57..845aaae 100644
--- a/macros/boost.m4
+++ b/macros/boost.m4
@@ -37,7 +37,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 iostreams/stream.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 program_options iostreams system"
+  boost_libs="thread program_options iostreams"
 
   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]