Skip to content

Commit 8efc936

Browse files
Hu Taokevmw
Hu Tao
authored andcommitted
configure: explicitly state version requirements to devel packages
Signed-off-by: Hu Tao <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]>
1 parent 8e436ec commit 8efc936

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

configure

+7-5
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,8 @@ if test "$glusterfs" != "no" ; then
30863086
fi
30873087
else
30883088
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"
30903091
fi
30913092
glusterfs="no"
30923093
fi
@@ -3531,7 +3532,8 @@ EOF
35313532
spice_server_version=$($pkg_config --modversion spice-server)
35323533
else
35333534
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"
35353537
fi
35363538
spice="no"
35373539
fi
@@ -3562,7 +3564,7 @@ EOF
35623564
smartcard_nss="yes"
35633565
else
35643566
if test "$smartcard_nss" = "yes"; then
3565-
feature_not_found "nss"
3567+
feature_not_found "nss" "Install nss devel >= 3.12.8"
35663568
fi
35673569
smartcard_nss="no"
35683570
fi
@@ -3578,7 +3580,7 @@ if test "$libusb" != "no" ; then
35783580
libs_softmmu="$libs_softmmu $libusb_libs"
35793581
else
35803582
if test "$libusb" = "yes"; then
3581-
feature_not_found "libusb" "Install libusb devel"
3583+
feature_not_found "libusb" "Install libusb devel >= 1.0.13"
35823584
fi
35833585
libusb="no"
35843586
fi
@@ -4003,7 +4005,7 @@ if test "$libnfs" != "no" ; then
40034005
LIBS="$LIBS $libnfs_libs"
40044006
else
40054007
if test "$libnfs" = "yes" ; then
4006-
feature_not_found "libnfs"
4008+
feature_not_found "libnfs" "Install libnfs devel >= 1.9.3"
40074009
fi
40084010
libnfs="no"
40094011
fi

0 commit comments

Comments
 (0)