[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:
Brian Ewins 2007-11-05 10:05:04 +00:00
parent b3ef306f84
commit 3141b21c0c

View file

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