From 95f791d3ad7d0cf3b024d51713d4861663ba8ce5 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 24 May 2022 14:23:24 +0000 Subject: [PATCH] configure: refer to zlib1g-dev package for zlib support Recent Debian-based distributions provide zlib support in the zlib1g-dev package. Signed-off-by: Vincent Fu Link: https://lore.kernel.org/r/20220524142229.135808-3-vincent.fu@samsung.com Signed-off-by: Jens Axboe --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 95b60bb7..4ee536a0 100755 --- a/configure +++ b/configure @@ -3142,7 +3142,7 @@ if test "$libzbc" = "yes" ; then output_sym "CONFIG_LIBZBC" fi if test "$zlib" = "no" ; then - echo "Consider installing zlib-dev (zlib-devel, some fio features depend on it." + echo "Consider installing zlib1g-dev (zlib-devel) as some fio features depend on it." if test "$build_static" = "yes"; then echo "Note that some distros have separate packages for static libraries." fi -- 2.25.1