Kaydet (Commit) 3c64d866 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

no need for wget/curl when not fetching anything

Change-Id: I097675450a0eed87eccf90356c81657485609d13
üst c74fe188
......@@ -11753,6 +11753,10 @@ AC_SUBST(SCPDEFS)
#
WGET=
MD5SUM=
CURL=
if test "$enable_fetch_external" != "no"; then
CURL=`which curl 2>/dev/null`
for i in wget /usr/bin/wget /usr/local/bin/wget /usr/sfw/bin/wget /opt/sfw/bin/wget /opt/local/bin/wget; do
......@@ -11794,6 +11798,8 @@ if test -z "$MD5SUM"; then
add_warning "no md5sum: found!"
fi
fi
AC_SUBST(WGET)
AC_SUBST(CURL)
AC_SUBST(MD5SUM)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment