summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-09-13 12:53:07 +0100
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-09-13 20:30:55 +0300
commitce8c842a70d3f23527dcbd889b022103483341f2 (patch)
treec9f2440fbdbf30541615626cfb8262b7983345ef
parent2fb59a69f4509c2116f16bd6d376f35e3e2eb709 (diff)
[trace] Make cairo-trace and its symbol-lookup automatically configured.
The build shouldn't fail if we can't make our optional performance tools.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bc1d3840..0ebce6db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -644,7 +644,7 @@ case $host in
;;
esac
-CAIRO_ENABLE(trace, cairo-trace, yes, [
+CAIRO_ENABLE(trace, cairo-trace, auto, [
if test "x$have_ld_preload" != "xyes" -o \
"x$have_libz" != "xyes" -o \
"x$have_dl" != "xyes"; then
@@ -668,7 +668,7 @@ if test "x$have_bfd" = "xyes"; then
AC_SUBST(BFD_LIBS)
fi
-CAIRO_ENABLE(symbol_lookup, symbol-lookup, yes, [
+CAIRO_ENABLE(symbol_lookup, symbol-lookup, auto, [
if test "x$have_bfd" != "xyes"; then
use_symbol_lookup="no (requires bfd)"
fi