summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-31 15:37:58 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-31 15:37:58 +0000
commitc554f18d78fff71aff2d79309b19155de407363d (patch)
treef3aaa647c07c372837904c595bf033e5fd0eb9fe /build
parent992f74d884c9ea83f7b51c6959dd93718027b99a (diff)
[util] Add cairo-trace.
This tool can be used to trace all the cairo function calls made by an applications. This is useful for either extracting a test case triggering a bug from an application, or simply to get a general idea of how an application is using cairo. After make install, cairo-trace program arguments, will print out all the cairo calls to the terminal and also capture theme in ./program.$pid.trace The format of the output is CairoScript, watch this space for more cairo-script tools!
Diffstat (limited to 'build')
-rw-r--r--build/configure.ac.system2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/configure.ac.system b/build/configure.ac.system
index e915443dc..d06b7989b 100644
--- a/build/configure.ac.system
+++ b/build/configure.ac.system
@@ -10,6 +10,8 @@ AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = "xyes")
CAIRO_BIGENDIAN
CAIRO_CHECK_NATIVE_ATOMIC_PRIMITIVES
CAIRO_CHECK_ATOMIC_OP_NEEDS_MEMORY_BARRIER
+AC_CHECK_SIZEOF(void *)
+AC_CHECK_SIZEOF(size_t)
AC_MSG_CHECKING([for native Win32])
case "$host" in