summaryrefslogtreecommitdiff
path: root/third-party/pjproject/configure.m4
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-03-19 10:19:29 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-03-19 10:19:29 -0500
commite905b232f135d354c972b4e27f1205a3cd0848e8 (patch)
tree72710c60b9e0efe41f782ecd414ed9054824d6e2 /third-party/pjproject/configure.m4
parenta12976e20ac5424ab2ad2a2cf7a47970542ee43c (diff)
parentf697025ae5b9f4b04f2e38cda766e4d5e0058baf (diff)
Merge "BuildSystem: When no download utility is available, display the explanation."
Diffstat (limited to 'third-party/pjproject/configure.m4')
-rw-r--r--third-party/pjproject/configure.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/pjproject/configure.m4 b/third-party/pjproject/configure.m4
index c1edaf9aa..42482b2e5 100644
--- a/third-party/pjproject/configure.m4
+++ b/third-party/pjproject/configure.m4
@@ -16,7 +16,7 @@ AC_DEFUN([_PJPROJECT_CONFIGURE],
AC_MSG_RESULT(configuring)
if test "x${DOWNLOAD_TO_STDOUT}" = "x" ; then
- AC_MSG_ERROR(A download utility (wget, curl or fetch) is required to download bundled pjproject)
+ AC_MSG_ERROR(A download utility (wget, curl, or fetch) is required to download bundled pjproject)
fi
if test "${BZIP2}" = ":" ; then
AC_MSG_ERROR(bzip2 is required to extract the pjproject tar file)