summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTitus von Boxberg <titus@v9g.de>2010-05-17 09:29:26 (GMT)
committerTitus von Boxberg <titus@v9g.de>2010-05-17 09:29:26 (GMT)
commit5417e0f79c8d804d18c9fd0f7c786319bd969f19 (patch)
tree04434957ef903769949ec06c74d76d61e80dd773 /configure
parent47af4ebf455b5a586d96c23f3ebd8a6a756ed040 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e02b652..7d7769e 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