[cairo-commit] cairo ChangeLog, 1.1044, 1.1045 configure.in, 1.141, 1.142

Carl Worth commit at pdx.freedesktop.org
Mon Sep 12 11:11:35 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv32597

Modified Files:
	ChangeLog configure.in 
Log Message:

2005-09-12  Carl Worth  <cworth at cworth.org>

        Fix for bug #4401 as reported by Tim Mooney:

        * configure.in: Don't bother checking for sincos function.

        * src/cairo-matrix.c: (cairo_matrix_init_rotate): Don't use sincos
        function since it is apparently buggy on some platforms, (Tru64 at
        least).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1044
retrieving revision 1.1045
diff -u -d -r1.1044 -r1.1045
--- ChangeLog	10 Sep 2005 00:10:52 -0000	1.1044
+++ ChangeLog	12 Sep 2005 18:11:33 -0000	1.1045
@@ -1,3 +1,13 @@
+2005-09-12  Carl Worth  <cworth at cworth.org>
+
+	Fix for bug #4401 as reported by Tim Mooney:
+
+	* configure.in: Don't bother checking for sincos function.
+	
+	* src/cairo-matrix.c: (cairo_matrix_init_rotate): Don't use sincos
+	function since it is apparently buggy on some platforms, (Tru64 at
+	least).
+
 2005-09-09  Carl Worth  <cworth at cworth.org>
 
 	* ROADMAP: Add two bugs to the 1.0.2 roadmap:

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- configure.in	31 Aug 2005 21:43:31 -0000	1.141
+++ configure.in	12 Sep 2005 18:11:33 -0000	1.142
@@ -81,8 +81,6 @@
 
 LIBS="$LIBS $LIBM"
 
-AC_CHECK_FUNCS(sincos)
-
 dnl ===========================================================================
 
 AC_ARG_ENABLE(xlib,



More information about the cairo-commit mailing list