mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||
| ]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user