]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
configure: When compiling with sqlite3, don't forcibly link with zlib.
authorTimo Sirainen <tss@iki.fi>
Mon, 4 May 2015 09:07:16 +0000 (12:07 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 4 May 2015 09:07:16 +0000 (12:07 +0300)
commitbaf4695c4249fa98228503ddd1d1c65d0b74288d
tree35caba6f1d382a4e4ed5aa452ca509f8624ada64
parentc8c6f2fda3d01bde72100c26a30d8f62ea2f31bf
configure: When compiling with sqlite3, don't forcibly link with zlib.
Looks like -lz was originally added when it was copy&pasted from some other
code. Hopefully this isn't actually needed by any (current) system.
configure.ac