]> git.proxmox.com Git - qemu.git/commit
configure: make --iasl option actually work
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 24 Nov 2013 09:38:05 +0000 (11:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 24 Nov 2013 13:43:06 +0000 (15:43 +0200)
commite007dbece5fc4e55e10116c6cb42753e35a945bf
treed8c06bca3a450d8e832475e747a7bd7335303398
parent90d131fb6504ed12a37dc8433375cc683c30e9da
configure: make --iasl option actually work

--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.

Tested-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
configure