[asterisk-commits] mmichelson: branch 1.6.1 r156128 - in /branches/1.6.1: ./ autoconf/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 12 09:34:43 CST 2008
Author: mmichelson
Date: Wed Nov 12 09:34:43 2008
New Revision: 156128
URL: http://svn.digium.com/view/asterisk?view=rev&rev=156128
Log:
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.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/autoconf/ast_c_compile_check.m4
branches/1.6.1/configure
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/autoconf/ast_c_compile_check.m4
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/autoconf/ast_c_compile_check.m4?view=diff&rev=156128&r1=156127&r2=156128
==============================================================================
--- branches/1.6.1/autoconf/ast_c_compile_check.m4 (original)
+++ branches/1.6.1/autoconf/ast_c_compile_check.m4 Wed Nov 12 09:34:43 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