mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Ensure that libneon > 0.29.0 is installed for res_calendar_ews
This uses a modified version of pabelanger's patch that checks for NTLM support instead, which was added in 0.29.0 which is what is required for res_calendar_ews. (closes issue #17391) Reported by: loloski Patches: issue17391.patch.v2 uploaded by pabelanger (license 224) Tested by: twilson git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@265793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -331,6 +331,7 @@ AST_EXT_LIB_SETUP([MYSQLCLIENT], [MySQL client], [mysqlclient])
|
||||
AST_EXT_LIB_SETUP([NBS], [Network Broadcast Sound], [nbs])
|
||||
AST_EXT_LIB_SETUP([NCURSES], [ncurses], [ncurses])
|
||||
AST_EXT_LIB_SETUP([NEON], [neon], [neon])
|
||||
AST_EXT_LIB_SETUP([NEON29], [neon29], [neon29])
|
||||
AST_EXT_LIB_SETUP([NETSNMP], [Net-SNMP], [netsnmp])
|
||||
AST_EXT_LIB_SETUP([NEWT], [newt], [newt])
|
||||
AST_EXT_LIB_SETUP([OGG], [OGG], [ogg])
|
||||
@@ -1511,6 +1512,12 @@ AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
|
||||
|
||||
AST_EXT_TOOL_CHECK([NEON], [neon-config])
|
||||
|
||||
AST_EXT_TOOL_CHECK([NEON29], [neon-config], , [--libs],
|
||||
[#include <ne_auth.h>],
|
||||
[#ifndef NE_AUTH_NTLM
|
||||
#error Need libneon >= 0.29.0
|
||||
#endif])
|
||||
|
||||
AST_EXT_TOOL_CHECK([NETSNMP], [net-snmp-config], , [--agent-libs],
|
||||
[#include <net-snmp/net-snmp-config.h>
|
||||
#include <net-snmp/net-snmp-includes.h>
|
||||
|
Reference in New Issue
Block a user