Skip to content

Commit

Permalink
configure: Correct reporting of tee backend
Browse files Browse the repository at this point in the history
Since 9f33f84 tee is not compiled in
anymore by default. Reporting it as always enabled is misleading.
  • Loading branch information
Andrea Canciani committed Nov 6, 2010
1 parent 5906e64 commit d51ab09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/configure.ac.features
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ AC_DEFUN([CAIRO_REPORT],
echo "The following surface backends:"
echo " Image: yes (always builtin)"
echo " Recording: yes (always builtin)"
echo " Tee: yes (always builtin)"
echo " Tee: $use_tee"
echo " XML: $use_xml"
echo " Skia: $use_skia"
echo " Xlib: $use_xlib"
Expand Down

0 comments on commit d51ab09

Please sign in to comment.