mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +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:
4
configure
vendored
4
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 265747 .
|
# From configure.ac Revision: 265793 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.65 for asterisk 1.6.
|
# Generated by GNU Autoconf 2.65 for asterisk 1.6.
|
||||||
#
|
#
|
||||||
@@ -16673,7 +16673,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
if test x"${PBX_ICAL}" = x1; then
|
if test x"${PBX_ICAL}" = x1; then
|
||||||
ICAL_INCLUDE+=-I/usr/include/libical
|
ICAL_INCLUDE+=" -I/usr/include/libical"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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
|
# 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}])
|
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_get_utc_timezone], [libical/ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
||||||
if test x"${PBX_ICAL}" = x1; then
|
if test x"${PBX_ICAL}" = x1; then
|
||||||
ICAL_INCLUDE+=-I/usr/include/libical
|
ICAL_INCLUDE+=" -I/usr/include/libical"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
AST_EXT_LIB_CHECK([ICAL], [ical], [icaltimezone_new], [ical.h], [${PTHREAD_LIBS}], [${PTHREAD_CFLAGS}])
|
||||||
|
@@ -150,6 +150,8 @@ NCURSES_DIR=@NCURSES_DIR@
|
|||||||
|
|
||||||
NEON_INCLUDE=@NEON_INCLUDE@
|
NEON_INCLUDE=@NEON_INCLUDE@
|
||||||
NEON_LIB=@NEON_LIB@
|
NEON_LIB=@NEON_LIB@
|
||||||
|
NEON29_INCLUDE=@NEON_INCLUDE@
|
||||||
|
NEON29_LIB=@NEON_LIB@
|
||||||
|
|
||||||
NETSNMP_INCLUDE=@NETSNMP_INCLUDE@
|
NETSNMP_INCLUDE=@NETSNMP_INCLUDE@
|
||||||
NETSNMP_LIB=@NETSNMP_LIB@
|
NETSNMP_LIB=@NETSNMP_LIB@
|
||||||
|
Reference in New Issue
Block a user