Check for gzclearerr in configure. Document needing zlib >= 1.2.0.2.
commitf0119e19445cf31ba4aadc87d5d2de684abc930c
authorKalle Olavi Niemitalo <kon@iki.fi>
Mon, 11 Jun 2007 07:15:43 +0000 (11 10:15 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Mon, 11 Jun 2007 07:15:43 +0000 (11 10:15 +0300)
tree2c244b34944ff75d11056253ed8b5dde7ef1cbee
parentcf959c614b425e8107127f8c84a557fac666f3af
Check for gzclearerr in configure.  Document needing zlib >= 1.2.0.2.

It was reported at elinks-dev on 2007-06-03 that Solaris 10 comes with
zlib 1.1.4, which does not include gzclearerr(), which ELinks nowadays
requires.  It would be possible to rewrite the decompression support
to use deflate() directly and avoid stdio, in which case gzclearerr()
would not be needed.  That will take some time however, so I'm not
attempting it for ELinks 0.12.0.  Instead, I'm just disabling gzip
decompression entirely if zlib is too old.
NEWS
configure.in
doc/installation.txt