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: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2056-ge6a1acf
Date: Sat, 24 May 2014 23:25:23 +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  e6a1acfef2ac7e3e39546e3e9b5670e1002c8d35 (commit)
      from  6cb7f6f7ada89ec83a495de2bede72688f1974ac (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=e6a1acfef2ac7e3e39546e3e9b5670e1002c8d35


commit e6a1acfef2ac7e3e39546e3e9b5670e1002c8d35
Author: Bastiaan Jacques <address@hidden>
Date:   Sun May 25 01:23:47 2014 +0200

    We no longer need to link boost_thread, nor its dependencies.

diff --git a/macros/boost.m4 b/macros/boost.m4
index a098607..280c7ab 100644
--- a/macros/boost.m4
+++ b/macros/boost.m4
@@ -34,10 +34,10 @@ AC_DEFUN([GNASH_PATH_BOOST],
   libname=""
   dnl this is a list of *required* headers. If any of these are missing, this
   dnl test will return a failure, and Gnash won't build.
-  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"
+  boost_headers="multi_index_container.hpp multi_index/key_extractors.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 system"
+  boost_libs="program_options"
   boost_plugin_libs="iostreams"
 
   dnl this is a list of *recommended* libraries. If any of these are missing,
@@ -106,14 +106,6 @@ AC_DEFUN([GNASH_PATH_BOOST],
     done
   done
 
-  dnl As of boost 1.47, the chrono library is required. You can get a list of
-  dnl when a Boost library was added at:
-  dnl http://www.boost.org/doc/libs/?sort=boost-version
-
-  gnash_boost_version=`grep "define.*BOOST_VERSION " 
${gnash_boost_topdir}/version.hpp | cut -d ' ' -f 3`
-  if test ${gnash_boost_version} -ge 104700; then
-    boost_libs="${boost_libs} chrono"
-  fi
   dnl this is the default list for paths to search. This gets
   dnl redefined if --with-boost-lib= is specified.
   newlist=$libslist

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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