gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10801: Look for boost_python if pyt


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10801: Look for boost_python if python is enabled.
Date: Thu, 16 Apr 2009 10:18:02 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10801
committer: address@hidden
branch nick: trunk
timestamp: Thu 2009-04-16 10:18:02 -0600
message:
  Look for boost_python if python is enabled. 
modified:
  macros/boost.m4
=== modified file 'macros/boost.m4'
--- a/macros/boost.m4   2009-02-25 22:33:03 +0000
+++ b/macros/boost.m4   2009-04-16 16:18:02 +0000
@@ -37,6 +37,10 @@
   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 date_time"
+  if test x"${has_python}" = xyes; then
+    boost_libs="${boost_libs} python"
+  fi
+
   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"


reply via email to

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