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-1620-g265125f
Date: Thu, 04 Apr 2013 14:23:41 +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  265125f4e69f9c4a2346fa42e2df8100eca89011 (commit)
      from  7d28e20f5efb44301e3ec7f36f86d5bed514da52 (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=265125f4e69f9c4a2346fa42e2df8100eca89011


commit 265125f4e69f9c4a2346fa42e2df8100eca89011
Author: Robie Basak <address@hidden>
Date:   Thu Apr 4 16:22:32 2013 +0200

    python-config should be called with --includes (patch #7995)
    
    --include is not defined behaviour, and in the latest python-config,
    it errors with a usage message. This breaks the build.

diff --git a/macros/python.m4 b/macros/python.m4
index 652f5ed..82d16b9 100644
--- a/macros/python.m4
+++ b/macros/python.m4
@@ -54,7 +54,7 @@ AC_DEFUN([GNASH_PATH_PYTHON],
     dnl If the path hasn't been specified, go look for it.
     if test x"${ac_cv_path_python_incl}" = x; then
       if test x"${pythonconfig}" != "x"; then
-        ac_cv_path_python_incl="`${pythonconfig} --include`"
+        ac_cv_path_python_incl="`${pythonconfig} --includes`"
       else
         for i in $incllist; do
           for j in `ls -dr $i/python2.* 2>/dev/null`;do

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

Summary of changes:
 macros/python.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]