From: Jens Axboe Date: Thu, 3 Jul 2014 22:20:27 +0000 (-0600) Subject: configure: add a note to install zlib-devel, if not there X-Git-Tag: fio-2.1.11~19 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=605cf82e0f9ea67f62b15b8b1e53f0843908b886;ds=sidebyside configure: add a note to install zlib-devel, if not there Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index f1e116e4..1494dd76 100755 --- a/configure +++ b/configure @@ -1385,6 +1385,10 @@ if test "$gf_fadvise" = "yes" ; then output_sym "CONFIG_GF_FADVISE" fi +if test "$zlib" = "no" ; then + echo "Consider installing zlib-dev (zlib-devel), some fio features depend on it." +fi + echo "LIBS+=$LIBS" >> $config_host_mak echo "CFLAGS+=$CFLAGS" >> $config_host_mak echo "CC=$cc" >> $config_host_mak