]> Git Repo - qemu.git/commit - configure
configure: fix broken test
authorAurelien Jarno <[email protected]>
Fri, 14 Jan 2011 19:21:22 +0000 (20:21 +0100)
committerAurelien Jarno <[email protected]>
Fri, 14 Jan 2011 19:21:22 +0000 (20:21 +0100)
commiteae30c8f409ad17d7064a7f0e5c00a80f5f52d35
tree85059b7a6a774119e5df7b7269554494e64f9bb3
parent74242e0f7f4bf3d85fe28b939a3d66827fe653e5
configure: fix broken test

Since commit d1807a4f836c27f6dc7061e53a834dd27f78e46a ./configure tries
to test files and directories with "test -f", which only test for regular
files. Test with "test -e", which looks for any kind of files.

This unbreak the configure script when not using a separate object
directory.

Signed-off-by: Aurelien Jarno <[email protected]>
configure
This page took 0.024254 seconds and 4 git commands to generate.