mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-17 19:40:43 +02:00
[configure.in] fix atsui experimental warning
The 'experimental' warning for atsui was appearing
for --enable-quartz not --enable-atsui as it should.
(cherry picked from commit 3141b21c0c)
This commit is contained in:
parent
e9de14eb4d
commit
5c2ad5f69d
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,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