> checking for lz4 library via pkg-config... yes > > and build says: > > subversion/libsvn_subr/compress_lz4.c:30:5: warning: "SVN_INTERNAL_LZ4"
That is actually a side-effect of r1818662. Earlier versions of lz4 distributed a pkg-conf file with a Version relating to their svn revision. Your 131 is obviously not continuous with the later 1.7.5. I have not traced back which version is actually the minimum. Using LZ4_versionString() really does bump it to 1.7.5. I am not sure if this is desired? I have no particular issue with that. Andreas