gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac ChangeLog


From: Sandro Santilli
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Mon, 16 Oct 2006 18:38:26 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/16 18:38:25

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * configure.ac: comment out unused OGG and PNG checks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.162&r2=1.163
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1249&r2=1.1250

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- configure.ac        16 Oct 2006 18:03:00 -0000      1.162
+++ configure.ac        16 Oct 2006 18:38:25 -0000      1.163
@@ -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.162 2006/10/16 18:03:00 strk Exp $
+dnl $Id: configure.ac,v 1.163 2006/10/16 18:38:25 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -461,13 +461,17 @@
 dnl AC_CHECK_LIB(c, mremap)
 GNASH_PATH_ZLIB
 GNASH_PATH_JPEG
-GNASH_PATH_PNG
+
+dnl currently unused
+dnl GNASH_PATH_PNG
+
 GNASH_PATH_MING
 AM_CONDITIONAL(ENABLE_MING, [ test x"$MAKESWF" != x ])
 AC_PATH_PROG(DOXYGEN, doxygen)
 AM_CONDITIONAL(ENABLE_DOXYGEN, [ test x"$DOXYGEN" != x ])
 
-GNASH_PATH_OGG
+dnl currently unused
+dnl GNASH_PATH_OGG
 
 if test x$gui = xsdl -o x$sound_handler = xsdl; then
 GNASH_PATH_SDL

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1249
retrieving revision 1.1250
diff -u -b -r1.1249 -r1.1250
--- ChangeLog   16 Oct 2006 18:09:19 -0000      1.1249
+++ ChangeLog   16 Oct 2006 18:38:25 -0000      1.1250
@@ -1,5 +1,6 @@
 2006-10-16 Sandro Santilli <address@hidden>
 
+       * configure.ac: comment out unused OGG and PNG checks
        * testsuite/server/Makefile.amadd libgnashbase explicit
          linking as the one deduced by libgnashserver seems
          to be bogus (points to the installed one).




reply via email to

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