aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-12 15:33:11 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-12 15:33:11 +0000
commit35fdc93400606cad26cc3144467c72f7f071d63d (patch)
treed0184b796fc5b383d085737a6a09b0455ed31857 /autoconf
parent683225be3b1d0aa2fa589929a22d4ad62f24bf20 (diff)
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/trunk@156127 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'autoconf')
-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
])