Re: [Qemu-devel] [PATCH] configure: make --iasl option actually work

2013-11-24 Thread Marcel Apfelbaum
On Sun, 2013-11-24 at 11:52 +0200, Michael S. Tsirkin wrote: > --iasl option was added to CC option parsing section by mistake, > it's not effective there and attempts to use cause > an 'unknown option' error. > > Fix this up. Now it works... Tested-by: Marcel Apfelbaum > > Signed-off-by: Micha

[Qemu-devel] [PATCH] configure: make --iasl option actually work

2013-11-24 Thread Michael S. Tsirkin
--iasl option was added to CC option parsing section by mistake, it's not effective there and attempts to use cause an 'unknown option' error. Fix this up. Signed-off-by: Michael S. Tsirkin --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configu