fix VNC SASL detection

This test was missing the change to != no.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Juan Quintela 2009-08-31 17:16:43 +02:00 committed by Anthony Liguori
parent ae20c622ec
commit 3aefa74455
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1000,7 +1000,7 @@ fi
##########################################
# VNC SASL detection
if test "$vnc_sasl" = "yes" ; then
if test "$vnc_sasl" != "no" ; then
cat > $TMPC <<EOF
#include <sasl/sasl.h>
#include <stdio.h>