]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem: When no download utility is available, display the explanation.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 9 Mar 2018 12:26:40 +0000 (13:26 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Sat, 17 Mar 2018 13:16:41 +0000 (07:16 -0600)
commitf93d3fd45fe26a3b85fd2c6570321f1cb940166f
tree3d81b90c96d7a59d0e4c2860b13febb747abbf47
parentf3feff0ef46708863836e6cd9e042ac4a11b3c5b
BuildSystem: When no download utility is available, display the explanation.

./configure --with-pjproject-bundled
did not display an explanation, when no download utility like wget, curl, or
fetch was installed beforehand, although an explanation existed in code. This
happened because the code expected the variable DOWNLOAD_TO_STDOUT to be empty.
However, the script ./configure set that variable always.

Change-Id: I64c99b76a03525c69471e5055bf124b36a51bbd4
configure
configure.ac
sounds/Makefile
third-party/pjproject/configure.m4