Re: [Qemu-devel] [PATCH v4] configure: avoid screening of --{en, dis}able-usb-redir options

2011-11-28 Thread Anthony Liguori
On 11/24/2011 06:11 AM, Max Filippov wrote: --*dir) option pattern precede --{en,dis}able-usb-redir) patterns in the option analysis switch, making the latter options have no effect. There were some --*dir that are supported by Autoconf and not by QEMU configure. The aim was to let QEMU packager

Re: [Qemu-devel] [PATCH v4] configure: avoid screening of --{en, dis}able-usb-redir options

2011-11-24 Thread Paolo Bonzini
On 11/24/2011 01:11 PM, Max Filippov wrote: --*dir) option pattern precede --{en,dis}able-usb-redir) patterns in the option analysis switch, making the latter options have no effect. There were some --*dir that are supported by Autoconf and not by QEMU configure. The aim was to let QEMU packager

[Qemu-devel] [PATCH v4] configure: avoid screening of --{en, dis}able-usb-redir options

2011-11-24 Thread Max Filippov
--*dir) option pattern precede --{en,dis}able-usb-redir) patterns in the option analysis switch, making the latter options have no effect. There were some --*dir that are supported by Autoconf and not by QEMU configure. The aim was to let QEMU packagers use the rpm (or similar) macro that override