X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=7be8789ff37f2d211470152b4187cdcbc10b7ec4;hp=87d659cf6c70cfecbf94e0bbc33e909e448fbaaa;hb=3989b14303458519192f4ace8caf091d587f5e6e;hpb=9dfc3010e11e6cac60255462675b52ba800c7e74;ds=sidebyside diff --git a/configure b/configure index 87d659cf..7be8789f 100755 --- a/configure +++ b/configure @@ -415,9 +415,6 @@ EOF if compile_prog "" "-lz" "zlib" ; then zlib=yes LIBS="-lz $LIBS" -else - feature_not_found "zlib" "zlib development files" - zlib=no fi echo "zlib $zlib" @@ -1083,6 +1080,9 @@ if test "$bigendian" = "yes" ; then else output_sym "CONFIG_LITTLE_ENDIAN" fi +if test "$zlib" = "yes" ; then + output_sym "CONFIG_ZLIB" +fi if test "$libaio" = "yes" ; then output_sym "CONFIG_LIBAIO" fi