[cairo-commit] cairo-5c ChangeLog,1.12,1.13 configure.in,1.3,1.4
Keith Packard
commit at pdx.freedesktop.org
Sat Dec 18 19:04:26 PST 2004
Committed by: keithp
Update of /cvs/cairo/cairo-5c
In directory gabe:/tmp/cvs-serv5760
Modified Files:
ChangeLog configure.in
Log Message:
2004-12-18 Keith Packard <keithp at keithp.com>
* configure.in:
Add -lpthread to link
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-5c/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog 19 Dec 2004 00:06:26 -0000 1.12
+++ ChangeLog 19 Dec 2004 03:04:24 -0000 1.13
@@ -1,5 +1,10 @@
2004-12-18 Keith Packard <keithp at keithp.com>
+ * configure.in:
+ Add -lpthread to link
+
+2004-12-18 Keith Packard <keithp at keithp.com>
+
* cairo.5c:
Add matrix operations
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo-5c/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.in 17 Dec 2004 02:09:45 -0000 1.3
+++ configure.in 19 Dec 2004 03:04:24 -0000 1.4
@@ -32,6 +32,8 @@
AC_SUBST(NICKLE_LIBDIR)
+AC_CHECK_LIB(pthread, pthread_create)
+
WARN_CFLAGS=""
if test "x$GCC" = "xyes"; then
More information about the cairo-commit
mailing list