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/trunk@156127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2008-11-12 15:33:11 +00:00
parent 336d576168
commit e0c432a142
2 changed files with 14 additions and 6 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
])