mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 19:40:14 +01:00
[configure.in] fix atsui experimental warning
The 'experimental' warning for atsui was appearing for --enable-quartz not --enable-atsui as it should.
This commit is contained in:
parent
b3ef306f84
commit
3141b21c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1055,7 +1055,7 @@ if test x"$use_quartz" = "xyes" ; then
|
|||
echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Quartz/'
|
||||
fi
|
||||
|
||||
if test x"$use_quartz" = "xyes" ; then
|
||||
if test x"$use_atsui" = "xyes" ; then
|
||||
echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/ATSUI/'
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue