Re: [Qemu-devel] [PATCH for-2.4] configure: Drop vnc-ws feature from help text

2015-08-03 Thread Peter Maydell
On 24 July 2015 at 15:47, Andreas Färber wrote: > Commit 8e9b0d2 (ui: convert VNC websockets to use crypto APIs) dropped > the --enable-vnc-ws option but forgot to update the help text. Fix this. > > Cc: Daniel P. Berrange > Cc: Paolo Bonzini > Signed-off-by: Andreas Färber > --- > configure |

Re: [Qemu-devel] [PATCH for-2.4] configure: Drop vnc-ws feature from help text

2015-07-24 Thread Daniel P. Berrange
On Fri, Jul 24, 2015 at 04:47:37PM +0200, Andreas Färber wrote: > Commit 8e9b0d2 (ui: convert VNC websockets to use crypto APIs) dropped > the --enable-vnc-ws option but forgot to update the help text. Fix this. > > Cc: Daniel P. Berrange > Cc: Paolo Bonzini > Signed-off-by: Andreas Färber Rev