Re: How to disable lz4 support when library is installed in system?

2018-05-01 Thread Philip Martin
Daniel Shahaf writes: > Shall we backport it, so '--without-lz4' produces an error as intended? Nominated in STATUS. -- Philip

Re: How to disable lz4 support when library is installed in system?

2018-04-19 Thread Daniel Shahaf
Philip Martin wrote on Tue, Apr 17, 2018 at 09:50:14 +0100: > Daniel Shahaf writes: > > > In principle, if svn were built without lz4 (which isn't supposed to be > > allowed by the stock configure) then it won't be able to read or produce > > svndiff2 deltas, which are used on the wire and may be

Re: How to disable lz4 support when library is installed in system?

2018-04-17 Thread Philip Martin
Daniel Shahaf writes: > In principle, if svn were built without lz4 (which isn't supposed to be > allowed by the stock configure) then it won't be able to read or produce > svndiff2 deltas, which are used on the wire and may be used in FSFS f8 > on-disk data. If committed r1829344 so that config

Re: How to disable lz4 support when library is installed in system?

2018-04-14 Thread Daniel Shahaf
> > What should I pass to "configure" to PREVENT detection & usage of lz4 > > library installed in system? `--without-lz4' doesn't work. Yes, I can reproduce this. '--without-lz4' results in: configure: lz4 configuration via prefix checking for LZ4_compress_default in -llz4... yes which is not