]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: disable scsi stroage driver on non-Linux
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 5 Mar 2017 14:17:22 +0000 (18:17 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 9 Mar 2017 14:46:41 +0000 (18:46 +0400)
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.

configure.ac

index e61ab7ba6f97f4ab5fba822208938739d4841ef7..cf50422d5dab9b6f3c4a0f3ced7fb01b11ca21ac 100644 (file)
@@ -192,6 +192,7 @@ if test $with_linux = no; then
         with_lxc=no
     fi
     with_dtrace=no
+    with_storage_scsi=no
 fi
 
 if test $with_freebsd = yes; then