]> git.proxmox.com Git - mirror_spl.git/commit
Check for ZLIB_INFLATE and ZLIB_DEFLATE
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Jan 2013 23:26:46 +0000 (15:26 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Jan 2013 00:40:25 +0000 (16:40 -0800)
commit42b3ce622f53001d819e6c8eabe4576e6dd38913
tree0def87eb440cff29e56b830ccebce22d93e30b89
parent050cd84e628e5d827a0b345cda12b97253fccd37
Check for ZLIB_INFLATE and ZLIB_DEFLATE

Check at ./configure time that the kernel was built with zlib
support enabled.  This support may either be configured as a
module or builtin to the kernel.  But if it's missing the build
will fail so it's best to catch this early.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes zfsonlinux/zfs#582
config/spl-build.m4