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


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. ef798feac43537489668a5cb2fc5570e3b245263
Date: Sat, 04 Dec 2010 10:31:03 +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  ef798feac43537489668a5cb2fc5570e3b245263 (commit)
      from  906c136130f71279240c54de18ee31763be61e32 (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=ef798feac43537489668a5cb2fc5570e3b245263


commit ef798feac43537489668a5cb2fc5570e3b245263
Author: Sandro Santilli <address@hidden>
Date:   Sat Dec 4 11:16:01 2010 +0100

    Fix syntax error (missing test invocation)

diff --git a/macros/qt3.m4 b/macros/qt3.m4
index 8566c01..620c495 100644
--- a/macros/qt3.m4
+++ b/macros/qt3.m4
@@ -42,7 +42,7 @@ AC_DEFUN([GNASH_PATH_QT3],
 
   dnl Only run these tests if this version was specified by the user, and they
   dnl haven't spcified a custom path.
-  if x"${ac_cv_path_qt3_incl}" = x; then
+  if test x"${ac_cv_path_qt3_incl}" = x; then
     dnl if QTDIR is set in the users environment, use that, as that's what
     dnl most QT programmers do, as it's required by the QT build system.
     qt_pkg="qt-mt"

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

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