CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/08/16 23:26:02
Modified files: . : ChangeLog configure.ac Log message: Patch by Alfred M. Szmidt <[EMAIL PROTECTED]>: * configure.ac: State that a <= 2.4 version of AGG is an error. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4012&r2=1.4013 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.399&r2=1.400 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4012 retrieving revision 1.4013 diff -u -b -r1.4012 -r1.4013 --- ChangeLog 16 Aug 2007 18:10:08 -0000 1.4012 +++ ChangeLog 16 Aug 2007 23:26:02 -0000 1.4013 @@ -1,3 +1,7 @@ +2007-08-13 Alfred M. Szmidt <[EMAIL PROTECTED]> + + * configure.ac: State that a <= 2.4 version of AGG is an error. + 2007-08-16 Takashi Iwai <[EMAIL PROTECTED]> * libbase/network.cpp (Network::createServer): fix a bug making Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.399 retrieving revision 1.400 diff -u -b -r1.399 -r1.400 --- configure.ac 11 Aug 2007 01:44:15 -0000 1.399 +++ configure.ac 16 Aug 2007 23:26:02 -0000 1.400 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.399 2007/08/11 01:44:15 strk Exp $ +dnl $Id: configure.ac,v 1.400 2007/08/16 23:26:02 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -1926,7 +1926,7 @@ echo " AGG Pixel format is: $pixelformat" if test x"$AGG_LIBS" != x; then # { if test x"${agg25}" != xyes; then # { - echo " WARNING: Your installation of AGG appears to be version 2.4 or older." + echo " ERROR: Your installation of AGG appears to be version 2.4 or older." echo " Please upgrade to AGG 2.5 or greater" echo " or .deb users: apt-get install libagg-dev" echo " or .rpm users: yum install agg-devel" _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit