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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@156128 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2008-11-12 15:34:43 +00:00
parent 7123aadfb8
commit 3eb4f927d3
2 changed files with 12 additions and 2 deletions

View File

@@ -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
])