From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT2et-0006jY-3J for qemu-devel@nongnu.org; Fri, 19 Apr 2013 00:10:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT2er-0007RV-Em for qemu-devel@nongnu.org; Fri, 19 Apr 2013 00:10:46 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:42402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT2er-0007RL-7B for qemu-devel@nongnu.org; Fri, 19 Apr 2013 00:10:45 -0400 Message-ID: <5170C3C2.7050803@weilnetz.de> Date: Fri, 19 Apr 2013 06:10:42 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1366316465-32710-1-git-send-email-sw@weilnetz.de> <51705AA1.5030300@weilnetz.de> <20130418210825.GY4272@rhmail.home.annexia.org> In-Reply-To: <20130418210825.GY4272@rhmail.home.annexia.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] block/ssh: Compilation fails on Debian squeeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: qemu-devel Am 18.04.2013 23:08, schrieb Richard W.M. Jones: > On Thu, Apr 18, 2013 at 10:42:09PM +0200, Stefan Weil wrote: >> The test fails on current Debian (squeeze), not because of wrong >> format specifiers, but because of an "old" libssh2-1-dev. >> >> ssh.c calls libssh2_session_handshake which was added in 1.2.8, >> see http://www.libssh2.org/libssh2_session_handshake.html. >> >> Can we simplify the libssh2 check in configure and require >> pkg-config, no compile check? > Sounds fine to me. Did you mean you want me to provide a patch? > > Rich. > Yes, that would be good. Stefan