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: Wed, 11 Oct 2006 10:32:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/11 10:32:39

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        print GTK, PANGO and GLIB and ATK variables if gtk gui is requested 
(even if not with opengl renderer)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1133&r2=1.1134
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.146&r2=1.147

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1133
retrieving revision 1.1134
diff -u -b -r1.1133 -r1.1134
--- ChangeLog   11 Oct 2006 09:09:03 -0000      1.1133
+++ ChangeLog   11 Oct 2006 10:32:38 -0000      1.1134
@@ -1,5 +1,7 @@
 2006-10-11 Sandro Santilli <address@hidden>
 
+       * configure.ac: print GTK, PANGO and GLIB and ATK variables if gtk
+         gui is requested (even if not with opengl renderer)
        * configure.ac, testsuite/Makefile.am, testsuite/server/Makefile.am,
          testsuite/server/MatrixTest.cpp: added initial unit test for
          matrix class.

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- configure.ac        11 Oct 2006 09:09:03 -0000      1.146
+++ configure.ac        11 Oct 2006 10:32:39 -0000      1.147
@@ -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.146 2006/10/11 09:09:03 strk Exp $
+dnl $Id: configure.ac,v 1.147 2006/10/11 10:32:39 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -836,6 +836,9 @@
       fi
     fi
   fi
+fi
+
+if test x"$gui" = x"gtk"; then #{
 
   if test x"$GTK2_LIBS" != x; then
     if test x"$GTK2_CFLAGS" != x; then
@@ -896,7 +899,8 @@
  (using apt-get) or atk-devel (using yum)."
 dnl    nogo=true
   fi
-fi
+
+fi #}
 
 if test "$sound_handler" = "gst"; then
   if test x"$GSTREAMER_LIBS" != x; then




reply via email to

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