[cairo-commit] cairo ChangeLog,1.463,1.464 configure.in,1.96,1.97
Carl Worth
commit at pdx.freedesktop.org
Wed Mar 30 14:00:33 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv1336
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in: Fix typo I had introduced into Jason's patch that
made configure fail.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -d -r1.463 -r1.464
--- ChangeLog 30 Mar 2005 21:34:51 -0000 1.463
+++ ChangeLog 30 Mar 2005 22:00:31 -0000 1.464
@@ -1,5 +1,10 @@
2005-03-30 Carl Worth <cworth at cworth.org>
+ * configure.in: Fix typo I had introduced into Jason's patch that
+ made configure fail.
+
+2005-03-30 Carl Worth <cworth at cworth.org>
+
A few fixes courtesy of Jason Dorje Short <jdorje at users.sf.net>:
* configure.in: Disable PS backend if zlib is not found.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- configure.in 30 Mar 2005 21:34:51 -0000 1.96
+++ configure.in 30 Mar 2005 22:00:31 -0000 1.97
@@ -175,8 +175,8 @@
# The postscript module requires zlib.
AC_CHECK_LIB(z, compress,
[AC_CHECK_HEADER(zlib.h, [],
- [use_ps="no (requires zlib "http://www.gzip.org/zlib/)"])],
- [use_ps="no (requires zlib "http://www.gzip.org/zlib/)"])
+ [use_ps="no (requires zlib http://www.gzip.org/zlib/)"])],
+ [use_ps="no (requires zlib http://www.gzip.org/zlib/)"])
if test "x$use_ps" != "xyes"; then
PS_SURFACE_FEATURE=CAIRO_HAS_NO_PS_SURFACE
More information about the cairo-commit
mailing list