]> git.proxmox.com Git - qemu.git/commit - configure
fix CONFIG_QEMU_HELPERDIR generation again
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 21 Oct 2012 18:52:54 +0000 (22:52 +0400)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 21 Oct 2012 22:33:56 +0000 (00:33 +0200)
commitf354b1a1ee7a1c72d51b42808724a2b10eec315f
treecfd227ab6b06446c7cb13205825744a6f27236d6
parente7c8afb9058f9d46a089a9fb75cccf996886249c
fix CONFIG_QEMU_HELPERDIR generation again

commit 38f419f35225 fixed a breakage with CONFIG_QEMU_HELPERDIR
which has been introduced by 8bf188aa18ef7a8.  But while techinically
that fix has been correct, all other similar variables are handled
differently.  Make it consistent, and let scripts/create_config
expand and capitalize the variable properly like for all other
qemu_*dir variables.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure