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: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1493-g09f27ea
Date: Thu, 17 May 2012 22:20:39 +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  09f27ea75697d6b150a075c91b60f3756aa23816 (commit)
      from  30145e67eb9eca90a5ed7dc7fdc940a33dcd6c40 (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=09f27ea75697d6b150a075c91b60f3756aa23816


commit 09f27ea75697d6b150a075c91b60f3756aa23816
Author: Rob Savoye <address@hidden>
Date:   Thu May 17 16:20:15 2012 -0600

    set HAVE_X11_X_H when --with-x11-incl is used.

diff --git a/macros/x11.m4 b/macros/x11.m4
index 7709ebc..1f8bd33 100644
--- a/macros/x11.m4
+++ b/macros/x11.m4
@@ -1,6 +1,6 @@
 dnl  
 dnl  Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010,
-dnl  2011 Free Software Foundation, Inc.
+dnl  2011, 2012 Free Software Foundation, Inc.
 dnl  
 dnl  This program is free software; you can redistribute it and/or modify
 dnl  it under the terms of the GNU General Public License as published by
@@ -43,6 +43,8 @@ AC_DEFUN([GNASH_PATH_X11],
         break
        fi
     done
+  else
+    AC_DEFINE(HAVE_X11_X_H, [1], [Have the X11 X.h header file])
   fi
 
   AC_MSG_CHECKING([for X11 headers])

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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