@@ -3086,7 +3086,8 @@ if test "$glusterfs" != "no" ; then
3086
3086
fi
3087
3087
else
3088
3088
if test " $glusterfs " = " yes" ; then
3089
- feature_not_found " GlusterFS backend support" " Install glusterfs-api devel"
3089
+ feature_not_found " GlusterFS backend support" \
3090
+ " Install glusterfs-api devel >= 3"
3090
3091
fi
3091
3092
glusterfs=" no"
3092
3093
fi
@@ -3531,7 +3532,8 @@ EOF
3531
3532
spice_server_version=$( $pkg_config --modversion spice-server)
3532
3533
else
3533
3534
if test " $spice " = " yes" ; then
3534
- feature_not_found " spice" " Install spice-server and spice-protocol devel"
3535
+ feature_not_found " spice" \
3536
+ " Install spice-server(>=0.12.0) and spice-protocol(>=0.12.3) devel"
3535
3537
fi
3536
3538
spice=" no"
3537
3539
fi
@@ -3562,7 +3564,7 @@ EOF
3562
3564
smartcard_nss=" yes"
3563
3565
else
3564
3566
if test " $smartcard_nss " = " yes" ; then
3565
- feature_not_found " nss"
3567
+ feature_not_found " nss" " Install nss devel >= 3.12.8 "
3566
3568
fi
3567
3569
smartcard_nss=" no"
3568
3570
fi
@@ -3578,7 +3580,7 @@ if test "$libusb" != "no" ; then
3578
3580
libs_softmmu=" $libs_softmmu $libusb_libs "
3579
3581
else
3580
3582
if test " $libusb " = " yes" ; then
3581
- feature_not_found " libusb" " Install libusb devel"
3583
+ feature_not_found " libusb" " Install libusb devel >= 1.0.13 "
3582
3584
fi
3583
3585
libusb=" no"
3584
3586
fi
@@ -4003,7 +4005,7 @@ if test "$libnfs" != "no" ; then
4003
4005
LIBS=" $LIBS $libnfs_libs "
4004
4006
else
4005
4007
if test " $libnfs " = " yes" ; then
4006
- feature_not_found " libnfs"
4008
+ feature_not_found " libnfs" " Install libnfs devel >= 1.9.3 "
4007
4009
fi
4008
4010
libnfs=" no"
4009
4011
fi
0 commit comments