CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/11/10 12:00:21
Modified files:
. : ChangeLog configure.ac
Log message:
properly quote test arguments.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4823&r2=1.4824
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.436&r2=1.437
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4823
retrieving revision 1.4824
diff -u -b -r1.4823 -r1.4824
--- ChangeLog 10 Nov 2007 11:51:41 -0000 1.4823
+++ ChangeLog 10 Nov 2007 12:00:21 -0000 1.4824
@@ -1,5 +1,9 @@
2007-11-10 Sandro Santilli <[EMAIL PROTECTED]>
+ * configure.ac: properly quote test arguments.
+
+2007-11-10 Sandro Santilli <[EMAIL PROTECTED]>
+
* (lots of files): typedefed gnash::point to Point2d<float>,
drop some unused functions and cleaned up headers a bit.
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -b -r1.436 -r1.437
--- configure.ac 5 Nov 2007 08:17:21 -0000 1.436
+++ configure.ac 10 Nov 2007 12:00:21 -0000 1.437
@@ -15,7 +15,7 @@
dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
dnl
-dnl $Id: configure.ac,v 1.436 2007/11/05 08:17:21 strk Exp $
+dnl $Id: configure.ac,v 1.437 2007/11/10 12:00:21 strk Exp $
AC_PREREQ(2.50)
AC_INIT(gnash, cvs)
@@ -397,7 +397,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
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit