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. 56b5d1381568d7011caa


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 56b5d1381568d7011caad748cda662cf4060b613
Date: Sat, 04 Dec 2010 14:19:24 +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  56b5d1381568d7011caad748cda662cf4060b613 (commit)
      from  c40d17a052c4dfca0624e278e0b3f9ac448cc587 (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=56b5d1381568d7011caad748cda662cf4060b613


commit 56b5d1381568d7011caad748cda662cf4060b613
Author: Sandro Santilli <address@hidden>
Date:   Sat Dec 4 15:19:05 2010 +0100

    Get rid of HAVE_GTK2 conditional (never used) and has_gtk2 (marked as 
FIXME: shouldn't be here)

diff --git a/configure.ac b/configure.ac
index 088e007..fcc1e08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -581,7 +581,6 @@ dnl --------------------------------------------------------
 dnl  GUI selection
 dnl --------------------------------------------------------
 
-has_gtk2=no        dnl FIXME: has_* shouldn't be in configure but in a macro
 build_haiku=no
 build_aos4=no      dnl AmigaOS4 GUI
 build_kde3=no
@@ -2475,7 +2474,6 @@ AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" 
&& test "$kde_use_qt_m
 AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
 AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test 
"$kde_gcc_supports_pch" = "yes")
 
-AM_CONDITIONAL(HAVE_GTK2, [ test x$has_gtk2 = xyes ])
 AM_CONDITIONAL(HAVE_GLEXT, [test x$glext = xyes])
 
 dnl We don't have GTKGLExt, so default to SDL, and don't build the Firefox 
plugin

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

Summary of changes:
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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