Home
last modified time | relevance | path

Searched hist:"4 fc16838b8392a29644d4d2c01495e6ff447a6f0" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure4fc16838b8392a29644d4d2c01495e6ff447a6f0 Fri Apr 19 03:16:39 CDT 2013 Richard W.M. Jones <rjones@redhat.com> block/ssh: Require libssh2 >= 1.2.8.

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
following error is displayed:

$ ./configure --enable-libssh2

ERROR: libssh2 >= 1.2.8 required for --enable-libssh2

If --enable-libssh2 is not specified, then the feature is silently
disabled if sufficiently new libssh2 is not available.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>