[cairo-commit] cairo ChangeLog,1.243,1.244 configure.in,1.62,1.63
Carl Worth
commit at pdx.freedesktop.org
Tue Oct 26 16:59:25 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv17230
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in: Shell doesn't like whitespace around assignment
operator.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- ChangeLog 26 Oct 2004 23:31:31 -0000 1.243
+++ ChangeLog 26 Oct 2004 23:59:22 -0000 1.244
@@ -1,5 +1,8 @@
2004-10-26 Carl Worth <cworth at cworth.org>
+ * configure.in: Shell doesn't like whitespace around assignment
+ operator.
+
* test/README: Add paragraph on new features.
* test/.cvsignore:
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- configure.in 26 Oct 2004 21:38:43 -0000 1.62
+++ configure.in 26 Oct 2004 23:59:22 -0000 1.63
@@ -248,7 +248,7 @@
fi
CAIRO_CFLAGS="$CAIRO_CFLAGS $WARN_CFLAGS"
-CAIRO_LIBS = "$CAIRO_LIBS -lm"
+CAIRO_LIBS="$CAIRO_LIBS -lm"
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)
More information about the cairo-commit
mailing list