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