From 5417e0f79c8d804d18c9fd0f7c786319bd969f19 Mon Sep 17 00:00:00 2001 From: Titus von Boxberg Date: Mon, 17 May 2010 11:29:26 +0200 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e02b6520..7d7769e4 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3