aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/ast_c_compile_check.m4
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-12 15:34:43 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-12 15:34:43 +0000
commitff4af14d8ea5d8dfdb9b9930ace4beb3c1251eaf (patch)
tree895b4f136dd8dede9744230435be7e21119365f3 /autoconf/ast_c_compile_check.m4
parent05d912589ce9e48bbe5cb4e7ae87710a64372cf8 (diff)
Merged revisions 156127 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r156127 | mmichelson | 2008-11-12 09:33:11 -0600 (Wed, 12 Nov 2008) | 5 lines Add a couple of AC_SUBST calls to the AST_C_COMPILE_CHECK macro. These missing calls were discovered when working on timerfd support in a separate branch. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@156128 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'autoconf/ast_c_compile_check.m4')
-rw-r--r--autoconf/ast_c_compile_check.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/ast_c_compile_check.m4 b/autoconf/ast_c_compile_check.m4
index 0d49ec3ca..c7125b0d5 100644
--- a/autoconf/ast_c_compile_check.m4
+++ b/autoconf/ast_c_compile_check.m4
@@ -26,6 +26,8 @@ AC_DEFUN([AST_C_COMPILE_CHECK],
],
[ AC_MSG_RESULT(no) ]
)
+ AC_SUBST(PBX_$1)
+ AC_SUBST($1_INCLUDE)
CPPFLAGS="${saved_cppflags}"
fi
])