Re: [Qemu-devel] [PATCH] block/ssh: Require libssh2 >= 1.2.8.

2013-04-22 Thread Stefan Hajnoczi
On Fri, Apr 19, 2013 at 09:16:39AM +0100, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > libssh2 >= 1.2.8 is required to enable this block device (because > that version introduced the libssh2_session_handshake call). > > Change the test to use pkg-config exclusively. If the user re

[Qemu-devel] [PATCH] block/ssh: Require libssh2 >= 1.2.8.

2013-04-19 Thread Richard W.M. Jones
From: "Richard W.M. Jones" libssh2 >= 1.2.8 is required to enable this block device (because that version introduced the libssh2_session_handshake call). Change the test to use pkg-config exclusively. If the user requests --enable-libssh2 and the minimum version is not available, then the follo