]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check for libssh2 >= 1.0 for phy driver
authorMaximilian Wilhelm <max@rfc2324.org>
Wed, 9 Sep 2009 14:21:38 +0000 (16:21 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 9 Sep 2009 14:21:38 +0000 (16:21 +0200)
commit56ad465675ec6e1c5f75686a2d59320abb6af0c0
tree66c1219df3084f11eb6248008e3e7ebfa009f042
parentaec22258ef01d7cf36b031a42d9963b58171707e
Check for libssh2 >= 1.0 for phy driver

* configure.in: phyp driver uses libssh2_session_block_directions()
  which is only available in libssh2 >= 1.0, so check for this symbol
  too when configuring
configure.in