]> 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:48 +0000 (07:16 -0600)
commit06ba60598811cd9ed2e89e0fc597236edc8f535b
treeb9c2f4fe48bbafd9db14ca6633eb3bd1200a83eb
parentb50331626ed45ed73f381050738c8e595654639b
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