Re: [libvirt] [PATCH v3 3/4] m4: checking if ssh_session_update_known_hosts() exists.

2018-12-18 Thread Andrea Bolognani
On Sat, 2018-11-24 at 03:52 +0800, Julio Faracco wrote: [...] > +AC_CHECK_FUNC([ssh_session_update_known_hosts], > + [], > + [AC_DEFINE_UNQUOTED([ssh_session_update_known_hosts], > [ssh_write_knownhost], > +[ssh_write_knownhost is deprecated and replaced by > ssh_session

[libvirt] [PATCH v3 3/4] m4: checking if ssh_session_update_known_hosts() exists.

2018-11-23 Thread Julio Faracco
This commit adds some checks inside libssh m4 checking to verify if ssh_session_update_known_hosts function is available. This new function scope replaces the old ssh_write_knownhost() from libssh 0.8.0 and below versions. Signed-off-by: Julio Faracco --- m4/virt-libssh.m4 | 4 1 file chang