search for: d0e3ba2f

Displaying 1 result from an estimated 1 matches for "d0e3ba2f".

2017 Feb 12
2
Bug with zlib version checking for zlib >= 1.2.10, R version 3.3.2
Hi, Posting here as bugzilla is closed to registration. The zlib version checking code does not handle double digits for the patch version in the semantic versioning scheme. Consequently, a ./configure fails when using a zlib version ? 1.5.10. I suggest something like the following patch: --- a/m4/R.m4 +++ b/m4/R.m4 @@ -3116,7 +3116,7 @@ int main() { #ifdef ZLIB_VERSION /* Work around Debian