summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-09 13:34:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-09 13:34:04 (GMT)
commit4b0155c24fb8c27aa19bbb9ab136d256e9efc2b3 (patch)
tree7700038360951d11229164a90b76763954241a1e /configure
parentb0ff20b25564b3557cc2f378e689359766f243b0 (diff)
scripts/functions: only use one download program
Currently, we use either wget or curl, whichever is installed. In case both are installed, both are used. This means that it takes a while trying all extensions. Remove use of wget, and use only curl. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4cbd01b..90cff13 100755
--- a/configure
+++ b/configure
@@ -496,7 +496,7 @@ has_or_abort prog=libtoolize
ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \
err="'libtoolize' 1.5.26 or above was not found"
has_or_abort prog=stat
-has_or_abort prog="curl wget"
+has_or_abort prog="curl"
has_or_abort prog=patch
has_or_abort prog=tar
has_or_abort prog=gzip