aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac2
-rw-r--r--makeopts.in2
3 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 6a664ec63..7ba4f4b4a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 265747 .
+# From configure.ac Revision: 265793 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for asterisk 1.6.
#
@@ -16673,7 +16673,7 @@ fi
if test x"${PBX_ICAL}" = x1; then
- ICAL_INCLUDE+=-I/usr/include/libical
+ ICAL_INCLUDE+=" -I/usr/include/libical"
fi
diff --git a/configure.ac b/configure.ac
index 386ebf5fa..c6c933751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}])
diff --git a/makeopts.in b/makeopts.in
index cbea640b0..841af16d0 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -150,6 +150,8 @@ NCURSES_DIR=@NCURSES_DIR@
NEON_INCLUDE=@NEON_INCLUDE@
NEON_LIB=@NEON_LIB@
+NEON29_INCLUDE=@NEON_INCLUDE@
+NEON29_LIB=@NEON_LIB@
NETSNMP_INCLUDE=@NETSNMP_INCLUDE@
NETSNMP_LIB=@NETSNMP_LIB@