Hi,
I made a more robust CHECK_ZLIB that bombs if either libz or zlib.h
is not found. If zlib is not wanted at all, use --without-zlib. I also
checked that everything compiles well with --without-zlib. One of the
tests do not pass (compress test as you may guess) but issue an explicit
message. This will prevent mysterious problems reported earlier and that
required intimate knowledge of the zlib usage.
* acinclude.m4,db/dist/acinclude.mr: CHECK_ZLIB now fails if either
zlib.h or libz is not found.
* configure.in: do not test zlib.h
* db/db/db.c,db/mp/mp_fopen.c: added #ifdef HAVE_ZLIB so that
compilation works if zlib is not found
* htlib/.cvsignore: remove wrong *.cxx
* test/dbbench.cc: added #ifdef HAVE_ZLIB so that
compilation works if zlib is not found
--
Loic Dachary
ECILA
100 av. du Gal Leclerc
93500 Pantin - France
Tel: 33 1 56 96 10 85
e-mail: [EMAIL PROTECTED]
URL: http://www.senga.org/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.