* [Qemu-devel] [PATCH] fix VNC SASL detection
@ 2009-08-31 15:16 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2009-08-31 15:16 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori
This test was missing the change to != no.
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index b805f10..6ebf542 100755
--- a/configure
+++ b/configure
@@ -993,7 +993,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>
--
1.6.2.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-31 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-31 15:16 [Qemu-devel] [PATCH] fix VNC SASL detection Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).