From ce8c842a70d3f23527dcbd889b022103483341f2 Mon Sep 17 00:00:00 2001 From: M Joonas Pihlaja Date: Sun, 13 Sep 2009 12:53:07 +0100 Subject: [trace] Make cairo-trace and its symbol-lookup automatically configured. The build shouldn't fail if we can't make our optional performance tools. --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3