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)
commit8d7cb6e0686214a7f57387d5c66cbc667a7f4659
tree034388ac1a545797c5edd8488062e1c9e8a5ea7a
parente2811d6fa5ff6de6d7346cbc7b07f999acf82427
build-sys: make less noise when checking file

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.
configure.ac