CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/06/14 09:16:36
Modified files: . : ChangeLog testsuite/misc-mtasc.all: Makefile.am Log message: * testsuite/misc-mtasc.all/Makefile.am: skip all tests if prebuilt clip are not supported by the detected ming version. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3538&r2=1.3539 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-mtasc.all/Makefile.am?cvsroot=gnash&r1=1.8&r2=1.9 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3538 retrieving revision 1.3539 diff -u -b -r1.3538 -r1.3539 --- ChangeLog 14 Jun 2007 08:35:41 -0000 1.3538 +++ ChangeLog 14 Jun 2007 09:16:35 -0000 1.3539 @@ -1,5 +1,7 @@ 2007-06-14 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-mtasc.all/Makefile.am: skip all tests if + prebuilt clip are not supported by the detected ming version. * po/: Makefile.am, it.po: initial work on an italian translation (funny for a few minutes, but too boring after a while ;) Index: testsuite/misc-mtasc.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- testsuite/misc-mtasc.all/Makefile.am 27 Apr 2007 17:36:09 -0000 1.8 +++ testsuite/misc-mtasc.all/Makefile.am 14 Jun 2007 09:16:36 -0000 1.9 @@ -20,8 +20,9 @@ if ENABLE_MTASC -# NOTE: 0.4.0.beta3 is required for prebuilt-clip to work !! +# NOTE: 0.4.0.beta3 is required for prebuilt-clip to work (PREBUILT_CLIPS) !! if ENABLE_MING +if MAKESWF_SUPPORTS_PREBUILT_CLIPS DEJAGNU_SO_PATH = ../Dejagnu.swf DEJAGNU_SO_FINI = $(srcdir)/../actionscript.all/dejagnu_so_fini.as @@ -81,3 +82,4 @@ endif endif +endif _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit