Re: [libvirt] [PATCH] configure: disable scsi stroage driver on non-Linux

2017-03-09 Thread Roman Bogorodskiy
Michal Privoznik wrote: > On 03/05/2017 03:20 PM, Roman Bogorodskiy wrote: > > 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 |

Re: [libvirt] [PATCH] configure: disable scsi stroage driver on non-Linux

2017-03-08 Thread Michal Privoznik
On 03/05/2017 03:20 PM, Roman Bogorodskiy wrote: > 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 | 1 + > 1 file changed, 1 insertion(+)

[libvirt] [PATCH] configure: disable scsi stroage driver on non-Linux

2017-03-05 Thread Roman Bogorodskiy
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 | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index