summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2014-07-18 00:10:16 +0000
committerSean Bright <sean@malleable.com>2014-07-18 00:10:16 +0000
commitc1f52a5c8d4b0a0746cd717df23abd3674ecebe3 (patch)
tree4c93c2c281a3e1380226aea1eb80880e5f264681 /autoconf
parent84b9f5eff5b3145da88ca7f3fc873fd62d018218 (diff)
Add missing file from previous commit.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/ast_ext_tool_check.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/ast_ext_tool_check.m4 b/autoconf/ast_ext_tool_check.m4
index da256c74b..758720d24 100644
--- a/autoconf/ast_ext_tool_check.m4
+++ b/autoconf/ast_ext_tool_check.m4
@@ -5,6 +5,7 @@
# AST_EXT_TOOL_CHECK([package], [tool name], [--cflags], [--libs], [includes], [expression])
AC_DEFUN([AST_EXT_TOOL_CHECK],
[
+ AC_REQUIRE([AST_PROG_SED])dnl
if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
PBX_$1=0
AC_PATH_TOOL(CONFIG_$1, $2, No, [${$1_DIR}/bin:$PATH])