Searched hist:eae30c8f409ad17d7064a7f0e5c00a80f5f52d35 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | eae30c8f409ad17d7064a7f0e5c00a80f5f52d35 Fri Jan 14 13:21:22 CST 2011 Aurelien Jarno <aurelien@aurel32.net> 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 <aurelien@aurel32.net>
|