vnc: better default values for VNC options
authorCorentin Chary <corentincj@iksaif.net>
Wed, 7 Jul 2010 18:58:06 +0000 (20:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Jul 2010 22:36:14 +0000 (17:36 -0500)
commit42bf79f535d32461a9ae633006821a43095d1f09
tree81a503a9821f0568db956e83d3538678c35348a9
parent94f4ce9bfbf9e97594a1e62dab46030246241d0a
vnc: better default values for VNC options

vnc_jpeg and vnc_png are now "auto" by default, this means that
if the dependencies are installed (libjpeg or libpng), then they
will be enabled.

vnc_thread is disabled by default. It should be enabled by default
as soon as it's stable enougth.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure