]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commit33ae335198cf3f60638bca2e4ffb99b74deb9c05
treecde071c077390c8633c057a9c79d1156b4f916e5
parentcba1672de8b0220869ede5f9f26a0767e8a390eb
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.
configure.ac