[asterisk-commits] mmichelson: trunk r156127 - in /trunk: autoconf/ast_c_compile_check.m4 configure

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Nov 12 09:33:11 CST 2008


Author: mmichelson
Date: Wed Nov 12 09:33:11 2008
New Revision: 156127

URL: http://svn.digium.com/view/asterisk?view=rev&rev=156127
Log:
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.


Modified:
    trunk/autoconf/ast_c_compile_check.m4
    trunk/configure

Modified: trunk/autoconf/ast_c_compile_check.m4
URL: http://svn.digium.com/view/asterisk/trunk/autoconf/ast_c_compile_check.m4?view=diff&rev=156127&r1=156126&r2=156127
==============================================================================
--- trunk/autoconf/ast_c_compile_check.m4 (original)
+++ trunk/autoconf/ast_c_compile_check.m4 Wed Nov 12 09:33:11 2008
@@ -26,6 +26,8 @@
 	    ],
 	    [       AC_MSG_RESULT(no) ] 
 	)
+	AC_SUBST(PBX_$1)
+	AC_SUBST($1_INCLUDE)
 	CPPFLAGS="${saved_cppflags}"
     fi
 ])




More information about the asterisk-commits mailing list