configure: Do not require stat to be of GNU coreutils

calls to stat have been made portable, thus it is not necessary
that the GNU version is present on the user's system.
This commit is contained in:
Titus von Boxberg 2010-05-17 11:29:26 +02:00
parent 47af4ebf45
commit 5417e0f79c

2
configure vendored
View File

@ -356,7 +356,7 @@ has_or_abort prog=automake
has_or_abort prog=libtool \
ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \
err="'libtool' 1.5.26 or above was not found"
has_or_abort prog=stat ver='GNU coreutils'
has_or_abort prog=stat
has_or_abort prog="aria2c curl wget"
has_or_abort prog=cvs
has_or_abort prog=patch