configure: avoid screening of --{en, dis}able-usb-redir options
commit023ddd743136d2b1f7a2e6b3772736f96bfca1ff
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 24 Nov 2011 12:11:31 +0000 (24 16:11 +0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 28 Nov 2011 22:20:53 +0000 (28 16:20 -0600)
treed13ff7091b8868f265417f3cb4efbb63e5c4e5e7
parenteba90e4efc80bc30c7d952ee6ea442207517a0da
configure: avoid screening of --{en, dis}able-usb-redir options

--*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 overrides
directories for their distribution.

Replace --*dir with exact option names.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure