[asterisk-commits] file: branch group/dns r432667 - in /team/group/dns: ./ build_tools/ include/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 10 10:21:03 CDT 2015
Author: file
Date: Tue Mar 10 10:20:51 2015
New Revision: 432667
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432667
Log:
Add configure check for libunbound.
Modified:
team/group/dns/build_tools/menuselect-deps.in
team/group/dns/configure
team/group/dns/configure.ac
team/group/dns/include/asterisk/autoconfig.h.in
Modified: team/group/dns/build_tools/menuselect-deps.in
URL: http://svnview.digium.com/svn/asterisk/team/group/dns/build_tools/menuselect-deps.in?view=diff&rev=432667&r1=432666&r2=432667
==============================================================================
--- team/group/dns/build_tools/menuselect-deps.in (original)
+++ team/group/dns/build_tools/menuselect-deps.in Tue Mar 10 10:20:51 2015
@@ -65,6 +65,7 @@
SUPPSERV=@PBX_SUPPSERV@
SYSLOG=@PBX_SYSLOG@
TONEZONE=@PBX_TONEZONE@
+UNBOUND=@PBX_UNBOUND@
UNIXODBC=@PBX_UNIXODBC@
VORBIS=@PBX_VORBIS@
VPB=@PBX_VPB@
Modified: team/group/dns/configure.ac
URL: http://svnview.digium.com/svn/asterisk/team/group/dns/configure.ac?view=diff&rev=432667&r1=432666&r2=432667
==============================================================================
--- team/group/dns/configure.ac (original)
+++ team/group/dns/configure.ac Tue Mar 10 10:20:51 2015
@@ -507,6 +507,7 @@
AST_EXT_LIB_SETUP([TIMERFD], [timerfd], [timerfd])
AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
+AST_EXT_LIB_SETUP([UNBOUND], [unbound], [unbound])
AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [unixodbc])
AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
@@ -2007,6 +2008,8 @@
AST_EXT_LIB_CHECK([NEWT], [newt], [newtBell], [newt.h])
+AST_EXT_LIB_CHECK([UNBOUND], [unbound], [ub_ctx_create], [unbound.h], [])
+
AST_EXT_LIB_CHECK([UNIXODBC], [odbc], [SQLConnect], [sql.h], [])
AST_EXT_LIB_CHECK([OGG], [ogg], [ogg_sync_init], [])
Modified: team/group/dns/include/asterisk/autoconfig.h.in
URL: http://svnview.digium.com/svn/asterisk/team/group/dns/include/asterisk/autoconfig.h.in?view=diff&rev=432667&r1=432666&r2=432667
==============================================================================
--- team/group/dns/include/asterisk/autoconfig.h.in (original)
+++ team/group/dns/include/asterisk/autoconfig.h.in Tue Mar 10 10:20:51 2015
@@ -1064,6 +1064,9 @@
/* Define to 1 if you have the `truncl' function. */
#undef HAVE_TRUNCL
+
+/* Define to 1 if you have the unbound library. */
+#undef HAVE_UNBOUND
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
More information about the asterisk-commits
mailing list