Merge branch 'mpath_nvme_diskutil' of https://github.com/sitsofe/fio
[fio.git] / configure
index 101e667cbb53e073de0e74bd63a05eaeccc61c62..2e8eb180ef50b20db7996c3bbac3e1f5330940fe 100755 (executable)
--- a/configure
+++ b/configure
@@ -2366,7 +2366,10 @@ if test "$disable_opt" = "yes" ; then
   output_sym "CONFIG_DISABLE_OPTIMIZATIONS"
 fi
 if test "$zlib" = "no" ; then
-  echo "Consider installing zlib-dev (zlib-devel), some fio features depend on it."
+  echo "Consider installing zlib-dev (zlib-devel, some fio features depend on it."
+  if test "$build_static" = "yes"; then
+    echo "Note that some distros have separate packages for static libraries."
+  fi
 fi
 if test "$cuda" = "yes" ; then
   output_sym "CONFIG_CUDA"