[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:
Brian Ewins 2007-11-05 10:05:04 +00:00 committed by Carl Worth
parent e9de14eb4d
commit 5c2ad5f69d

View file

@ -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