]> git.ipfire.org Git - thirdparty/qemu.git/commit - configure
Fix the build when srcdir == objdir
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 2 Nov 2009 21:50:27 +0000 (15:50 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 2 Nov 2009 21:50:27 +0000 (15:50 -0600)
commit2d9f27d2fd385bd4b06b2d140433388d8404b526
treeae7adcee81351fd71cd774c6b5d1abc5edc5fbe1
parented7193ec1dfe201549388789f5bbfe8598fcaf31
Fix the build when srcdir == objdir

You would only see this error on a fresh clone when srcdir == objdir.  configure
will fail because roms/pcbios doesn't exist.

git submodule integration doesn't cleanup very well when switching between
branches so you'll get an roms/pcbios directory from normal operations if you
switch between old branches.

Thanks to a mistake in configure, if you build outside of srcdir, you'll also
get a valid roms/pcbios.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure