From: Lucas De Marchi Date: Wed, 26 Jan 2011 20:10:18 +0000 (-0200) Subject: build-sys: make less noise when checking file X-Git-Tag: v18~54 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8d7cb6e0686214a7f57387d5c66cbc667a7f4659;hp=8d7cb6e0686214a7f57387d5c66cbc667a7f4659;p=elogind.git 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. ---