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. 90a1610dbe071db6857f


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 90a1610dbe071db6857f9f2b7ac3e9fc3d79cc95
Date: Tue, 23 Nov 2010 20:41:07 +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  90a1610dbe071db6857f9f2b7ac3e9fc3d79cc95 (commit)
      from  455620dcb32839c810ed96fdce9c81695f1613ce (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=90a1610dbe071db6857f9f2b7ac3e9fc3d79cc95


commit 90a1610dbe071db6857f9f2b7ac3e9fc3d79cc95
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 23 21:40:52 2010 +0100

    fix haxe version detection

diff --git a/macros/haxe.m4 b/macros/haxe.m4
index d1b4df0..f1570f2 100644
--- a/macros/haxe.m4
+++ b/macros/haxe.m4
@@ -49,7 +49,7 @@ AC_DEFUN([AC_PATH_HAXE], [
 
   if test x"$HAXE" != "x"; then
     AC_MSG_CHECKING([for HAXE version])
-    HAXE_VERSION=`$HAXE -help | grep ^haXe | awk '{print $'3'}'`
+    HAXE_VERSION=`$HAXE -help | grep -i ^haxe | awk '{print $'3'}'`
     AC_MSG_RESULT([${HAXE_VERSION}])
 
     major=`echo $HAXE_VERSION | cut -d '.' -f 1`

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

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