CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/16 15:36:56
Modified files: . : ChangeLog configure.ac Log message: quote arguments of test(1) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4879&r2=1.4880 http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.437&r2=1.438 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4879 retrieving revision 1.4880 diff -u -b -r1.4879 -r1.4880 --- ChangeLog 16 Nov 2007 15:26:09 -0000 1.4879 +++ ChangeLog 16 Nov 2007 15:36:56 -0000 1.4880 @@ -1,5 +1,6 @@ 2007-11-16 Sandro Santilli <[EMAIL PROTECTED]> + * configure.ac: quote arguments of test(1) * server/asobj/MovieClipLoader.cpp (dispatchEvent): don't lookup broadcastMessage, as it's a named string. Index: configure.ac =================================================================== RCS file: /sources/gnash/gnash/configure.ac,v retrieving revision 1.437 retrieving revision 1.438 diff -u -b -r1.437 -r1.438 --- configure.ac 10 Nov 2007 12:00:21 -0000 1.437 +++ configure.ac 16 Nov 2007 15:36:56 -0000 1.438 @@ -15,7 +15,7 @@ dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA dnl -dnl $Id: configure.ac,v 1.437 2007/11/10 12:00:21 strk Exp $ +dnl $Id: configure.ac,v 1.438 2007/11/16 15:36:56 strk Exp $ AC_PREREQ(2.50) AC_INIT(gnash, cvs) @@ -562,7 +562,7 @@ ;; esac] withval=`echo ${withval} | cut -d ' ' -f 2-6` - if test x$val = x$withval; then + if test "x$val" = "x$withval"; then break; fi done _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit