mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
xml.c, config,c: Add stylesheets and variable list string parsing
Added functions to open, close, and apply XML Stylesheets to XML documents. Although the presence of libxslt was already being checked by configure, it was only happening if xmldoc was enabled. Now it's checked regardless. Added ability to parse a string consisting of comma separated name/value pairs into an ast_variable list. The reverse of ast_variable_list_join(). Change-Id: I1e1d149be22165a1fb8e88e2903a36bba1a6cf2e
This commit is contained in:
12
configure
vendored
12
configure
vendored
@@ -15022,6 +15022,8 @@ if test "${DISABLE_XMLDOC}" != "yes"; then
|
||||
|
||||
$as_echo "#define AST_XML_DOCS 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
|
||||
if test "x${PBX_LIBXSLT}" != "x1" -a "${USE_LIBXSLT}" != "no"; then
|
||||
pbxlibdir=""
|
||||
@@ -15215,8 +15217,6 @@ fi
|
||||
|
||||
|
||||
|
||||
fi
|
||||
|
||||
# Check whether --enable-permanent-dlopen was given.
|
||||
if test "${enable_permanent_dlopen+set}" = set; then :
|
||||
enableval=$enable_permanent_dlopen; case "${enableval}" in
|
||||
@@ -23863,8 +23863,8 @@ rm -f core conftest.err conftest.$ac_objext \
|
||||
if test "x${PBX_NETSNMP}" != "x1" -a "${USE_NETSNMP}" != "no"; then
|
||||
|
||||
pkg_failed=no
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for netsnmp-agent" >&5
|
||||
$as_echo_n "checking for netsnmp-agent... " >&6; }
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for NETSNMP" >&5
|
||||
$as_echo_n "checking for NETSNMP... " >&6; }
|
||||
|
||||
if test -n "$NETSNMP_CFLAGS"; then
|
||||
pkg_cv_NETSNMP_CFLAGS="$NETSNMP_CFLAGS"
|
||||
@@ -23904,7 +23904,7 @@ fi
|
||||
|
||||
|
||||
if test $pkg_failed = yes; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
|
||||
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
|
||||
@@ -23925,7 +23925,7 @@ fi
|
||||
|
||||
|
||||
elif test $pkg_failed = untried; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
|
||||
PBX_NETSNMP=0
|
||||
|
Reference in New Issue
Block a user