diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-05 15:21:50 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-05 15:21:50 +0100 |
commit | 310cebf194919cf3a7c37e724e64962ae47343cc (patch) | |
tree | 681f810a1b007b11df7afa10773cb2537657208f /util/Makefile.am | |
parent | 9b932d7cd750b9bc61d108c80c4530352d952cfa (diff) |
[configure] Add option to disable trace.
Some environments may be broken beyond our capabilities to detect, or
maybe the user is just insane and doesn't want to build my nice shiny
cairo-trace. Whatever, give them the option to choose:
$ ./configure --disable-trace
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index fb471627c..6ee0ba935 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -6,7 +6,7 @@ if BUILD_SCRIPT SUBDIRS += cairo-script endif -if BUILD_TRACE +if CAIRO_HAS_TRACE SUBDIRS += cairo-trace if CAIRO_HAS_SCRIPT_SURFACE SUBDIRS += cairo-fdr |