]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Fix CONFIG_QEMU_HELPERDIR generation
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 17 Oct 2012 17:09:25 +0000 (19:09 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 30 Nov 2012 21:21:15 +0000 (15:21 -0600)
commit029eae1a7575bcb163f23a3676df1d1c7f7eb709
tree4fcf94df28cd92aa9696e952a657cbff54d6c0d0
parentf4c53d94d2538fcd335df25754c51444896e2c2c
configure: Fix CONFIG_QEMU_HELPERDIR generation

We need to evaluate $libexecdir in configure, otherwise we literally end
up with "${prefix}/libexec" instead of the absolute path as
CONFIG_QEMU_HELPERDIR.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 38f419f35225decdbaea9fe1fd00218f8924ce84)

Conflicts:

configure

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure