gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Thu, 12 Oct 2006 16:03:12 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/12 16:03:12

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        * configure.ac: don't check for GLEXT unless gtk/opengl combination is 
requested.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1169&r2=1.1170
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.153&r2=1.154

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1169
retrieving revision 1.1170
diff -u -b -r1.1169 -r1.1170
--- ChangeLog   12 Oct 2006 15:58:27 -0000      1.1169
+++ ChangeLog   12 Oct 2006 16:03:12 -0000      1.1170
@@ -1,5 +1,7 @@
 2006-10-12 Sandro Santilli <address@hidden>
 
+       * configure.ac: don't check for GLEXT unless gtk/opengl combination
+         is requested.
        * macros/atk.m4: added missing switches in lib detection;
          always look for atk version and topdir as those might eventually
          be needed by subsequent library seeking; removed bogus if/else/fi

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -b -r1.153 -r1.154
--- configure.ac        12 Oct 2006 01:09:28 -0000      1.153
+++ configure.ac        12 Oct 2006 16:03:12 -0000      1.154
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.153 2006/10/12 01:09:28 nihilus Exp $
+dnl $Id: configure.ac,v 1.154 2006/10/12 16:03:12 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -508,7 +508,9 @@
 fi
 
 if test x$gui = xgtk; then
+if test x$renderer = xopengl; then
 GNASH_PATH_GLEXT
+fi
 GNASH_PATH_GTK2
 GNASH_PATH_PANGO
 GNASH_PATH_ATK




reply via email to

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