gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, hwaccel, updated. release_0_8_9_final


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, hwaccel, updated. release_0_8_9_final-1093-g38eda6c
Date: Tue, 09 Aug 2011 16:07:09 +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, hwaccel has been updated
       via  38eda6cab00fed4d967ee09386a10395e386a6ea (commit)
      from  5b796da4bca1d07cfe5719c87d91f86bd296d3f6 (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=38eda6cab00fed4d967ee09386a10395e386a6ea


commit 38eda6cab00fed4d967ee09386a10395e386a6ea
Author: Rob Savoye <address@hidden>
Date:   Tue Aug 9 10:07:03 2011 -0600

    we always need OPENVG_STATIC_LIBRARY defined in CXXFLAGS

diff --git a/macros/openvg.m4 b/macros/openvg.m4
index 1fbc095..856e26b 100644
--- a/macros/openvg.m4
+++ b/macros/openvg.m4
@@ -63,9 +63,7 @@ AC_DEFUN([GNASH_PATH_OPENVG],
   if test x"${mesavg}" = xyes; then
     OPENVG_CFLAGS="${ac_cv_path_openvg_includes}"
   else
-    if test x"${ac_cv_header_openvg_includes}" != x; then
-      OPENVG_CFLAGS="-DOPENVG_STATIC_LIBRARY ${ac_cv_path_openvg_includes}"
-    fi
+    OPENVG_CFLAGS="-DOPENVG_STATIC_LIBRARY ${ac_cv_path_openvg_includes}"
   fi
   AC_MSG_RESULT(${ac_cv_path_openvg_includes})
 

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

Summary of changes:
 macros/openvg.m4 |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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