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: Martin Guy
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Wed, 02 May 2007 18:31:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/02 18:31:51

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * configure.ac: Suggest packages to install when zlib-dev is 
missing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.298&r2=1.299
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3069&r2=1.3070

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -b -r1.298 -r1.299
--- configure.ac        2 May 2007 17:32:47 -0000       1.298
+++ configure.ac        2 May 2007 18:31:51 -0000       1.299
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.298 2007/05/02 17:32:47 martinwguy Exp $
+dnl $Id: configure.ac,v 1.299 2007/05/02 18:31:51 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1619,6 +1619,7 @@
   echo "        WARNING: You need to have the zlib development packages 
installed"
   echo "                 to play compressed SWF (most of them from version 6 
up)"
   echo "                 and to display some kinds of JPEG files."
+    echo "               Install zlib1g-dev (using apt-get) or zlib-dev (using 
yum)."
 fi
 
 if test x$ext_mysql = xyes; then

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3069
retrieving revision 1.3070
diff -u -b -r1.3069 -r1.3070
--- ChangeLog   2 May 2007 18:19:02 -0000       1.3069
+++ ChangeLog   2 May 2007 18:31:51 -0000       1.3070
@@ -39,6 +39,7 @@
          server/{impl.cpp,parser/movie_def_impl.cpp,swf/tag_loaders.cpp},
          compatibility_include.h: eliminate TU_CONFIG_LINK_TO_ZLIB;
          use HAVE_ZLIB_H directly.
+       * configure.ac: Suggest packages to install when zlib-dev is missing
 
 2007-05-02 Sandro Santilli <address@hidden>
 




reply via email to

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