Re: How to disable lz4 support when library is installed in system?
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 14 Apr 2018 16:39:58 +0000
> > What should I pass to "configure" to PREVENT detection & usage of lz4
Yes, I can reproduce this. '--without-lz4' results in:
configure: lz4 configuration via prefix
which is not the intended behaviour. The intended behaviour in that case is to throw an AC_MSG_ERROR:
AC_MSG_ERROR([Subversion requires LZ4 >= r129, or use --with-lz4=internal])
CCing dev@ for this part.
> --with-lz4=internal may be what you want.
In principle, if svn were built without lz4 (which isn't supposed to be
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.