mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
More build fixes for ical/neon and res_calendar_ews
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -925,7 +925,7 @@ AST_EXT_LIB_CHECK([ICONV], [c], [iconv_close], [iconv.h])
|
||||
# Some distributions (like RedHat) add a libical subdirectory for the headers
|
||||
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_get_utc_timezone], [libical/ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
||||
if test x"${PBX_ICAL}" = x1; then
|
||||
ICAL_INCLUDE+=-I/usr/include/libical
|
||||
ICAL_INCLUDE+=" -I/usr/include/libical"
|
||||
fi
|
||||
|
||||
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
||||
|
Reference in New Issue
Block a user