Re: [Qemu-devel] [PATCH V2] Add --disable-bridge-helper configure flag

2012-07-11 Thread Peter Maydell
On 11 July 2012 11:09, Fabien Chouteau wrote: > Bridge helper uses ioctl's not available on old Linux versions, we add > this flag to disable the build. This is still the wrong approach -- you need to be testing for presence of the ioctls and disabling the bridge helper if they're not found. Once

[Qemu-devel] [PATCH V2] Add --disable-bridge-helper configure flag

2012-07-11 Thread Fabien Chouteau
Bridge helper uses ioctl's not available on old Linux versions, we add this flag to disable the build. Signed-off-by: Fabien Chouteau --- Makefile |2 +- configure | 14 ++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34d6a9e..c50ec5