Whamcloud - gitweb
LU-10611 autoconf: check zlib library and zlib.h header file 86/31186/2
authorJian Yu <jian.yu@intel.com>
Tue, 6 Feb 2018 20:37:23 +0000 (12:37 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 14 Feb 2018 00:52:57 +0000 (00:52 +0000)
commit3a76ece5ad644b21ad2307051b8f5b47cdf0e3f6
treef43ae905284b5a9f2848abce17e1be9ddd137c95
parent71ed60c7df7896b516ed9abc96acdc8b7b0d43ca
LU-10611 autoconf: check zlib library and zlib.h header file

After landing commit f1daa8fc6575e5b9e4a2f1f2ae4ceaefb889a694,
zlib library and zlib.h header file are required to compile lfs.c.
This patch adds the check in configure script.

Change-Id: Id3a8acfc780fb4fcdec0bb99b79b550c5c9e957a
Test-Parameters: trivial testlist=sanity-flr
Signed-off-by: Jian Yu <jian.yu@intel.com>
Reviewed-on: https://review.whamcloud.com/31186
Tested-by: Jenkins
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Quentin Bouget <quentin.bouget@cea.fr>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4