From 3aefa744551f3e9a4ea8776b607e77e99637d2e1 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 31 Aug 2009 17:16:43 +0200 Subject: [PATCH] fix VNC SASL detection This test was missing the change to != no. Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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