mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-05 14:58:17 +02:00
configure: Correct reporting of tee backend
Since 9f33f8453b tee is not compiled in
anymore by default. Reporting it as always enabled is misleading.
This commit is contained in:
parent
a6b503961b
commit
8ef5161da3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue