configure: fix broken test
Since commit d1807a4f83
./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>
This commit is contained in:
parent
74242e0f7f
commit
eae30c8f40
Loading…
Reference in New Issue
Block a user