chiark / gitweb /
build-sys: make less noise when checking file
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 26 Jan 2011 20:10:18 +0000 (18:10 -0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Feb 2011 11:44:35 +0000 (12:44 +0100)
There's already a condition that gives a warning if user is
cross-compiling an relying on files from the build system. AC_CHECK_FILE
macro only tests for file in the build system. Hence use a simple
'test -f' that does the same job, without the warning.


No differences found