From: Juan Quintela Date: Mon, 31 Aug 2009 15:16:43 +0000 (+0200) Subject: fix VNC SASL detection X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~10667 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3aefa744551f3e9a4ea8776b607e77e99637d2e1;p=sdk%2Femulator%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 618e4dc..863bf58 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