diff options
-rw-r--r-- | configure.ac | 4 |
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 |