Re: [Xen-devel] [PATCH for-4.8] tools/configure: Drop -lcrypto search

2016-11-15 Thread Wei Liu
On Tue, Nov 15, 2016 at 04:04:05PM +, Wei Liu wrote: > On Tue, Nov 15, 2016 at 03:09:50PM +, Ian Jackson wrote: > > This seems to be looking for a function MD5. But nothing uses it. > > The build works fine if this is disabled and libcrypto is not > > installed. > > > > This check was fir

Re: [Xen-devel] [PATCH for-4.8] tools/configure: Drop -lcrypto search

2016-11-15 Thread Wei Liu
On Tue, Nov 15, 2016 at 03:09:50PM +, Ian Jackson wrote: > This seems to be looking for a function MD5. But nothing uses it. > The build works fine if this is disabled and libcrypto is not > installed. > > This check was first introduced in 68a3e1e87325 "[TOOLS] Add more > checks for devel pa