mirror of https://gitee.com/openkylin/libvirt.git
configure: disable scsi stroage driver on non-Linux
Even though scsi storage driver builds fine on non-Linux, it will not work properly because it relies on Linux procfs, so disable that in configure if we're not building for Linux.
This commit is contained in:
parent
cba1672de8
commit
33ae335198
|
@ -192,6 +192,7 @@ if test $with_linux = no; then
|
||||||
with_lxc=no
|
with_lxc=no
|
||||||
fi
|
fi
|
||||||
with_dtrace=no
|
with_dtrace=no
|
||||||
|
with_storage_scsi=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $with_freebsd = yes; then
|
if test $with_freebsd = yes; then
|
||||||
|
|
Loading…
Reference in New Issue