allow EXTRA_ECONF in qemu

for/master
Daniel Mierswa 2009-08-01 18:43:50 +02:00
parent 3573083b6e
commit 0d1fa5a52b
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ qemu_src_configure ()
--disable-strip \
--audio-drv-list="$(echo ${audio_drv[@]} | tr ' ' ',')" \
${myconf[@]} \
${EXTRA_ECONF} \
$@ \
|| die "configure failed"
}