From: Juan Quintela Date: Mon, 31 Aug 2009 15:16:43 +0000 (+0200) Subject: fix VNC SASL detection X-Git-Tag: v0.12.0-rc0~1235 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3aefa744551f3e9a4ea8776b607e77e99637d2e1;p=users%2Fdwmw2%2Fqemu.git fix VNC SASL detection This test was missing the change to != no. Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 618e4dce21..863bf58e8a 100755 --- a/configure +++ b/configure @@ -1000,7 +1000,7 @@ fi ########################################## # VNC SASL detection -if test "$vnc_sasl" = "yes" ; then +if test "$vnc_sasl" != "no" ; then cat > $TMPC < #include