|
|
@ -478,6 +478,7 @@ AST_EXT_LIB_SETUP([KQUEUE], [kqueue support], [kqueue])
|
|
|
|
AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap])
|
|
|
|
AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap])
|
|
|
|
AST_LIBCURL_CHECK_CONFIG([], [7.10.1])
|
|
|
|
AST_LIBCURL_CHECK_CONFIG([], [7.10.1])
|
|
|
|
AST_EXT_LIB_SETUP([LIBEDIT], [NetBSD Editline library], [libedit], [, use 'internal' Editline otherwise])
|
|
|
|
AST_EXT_LIB_SETUP([LIBEDIT], [NetBSD Editline library], [libedit], [, use 'internal' Editline otherwise])
|
|
|
|
|
|
|
|
AST_EXT_LIB_SETUP_OPTIONAL([LIBEDIT_IS_UNICODE], [Libedit compiled for unicode], [LIBEDIT], [libedit])
|
|
|
|
AST_EXT_LIB_SETUP([LIBXML2], [LibXML2], [libxml2])
|
|
|
|
AST_EXT_LIB_SETUP([LIBXML2], [LibXML2], [libxml2])
|
|
|
|
AST_EXT_LIB_SETUP([LIBXSLT], [LibXSLT], [libxslt])
|
|
|
|
AST_EXT_LIB_SETUP([LIBXSLT], [LibXSLT], [libxslt])
|
|
|
|
AST_EXT_LIB_SETUP_OPTIONAL([LIBXSLT_CLEANUP], [LibXSLT Library Cleanup Function], [LIBXSLT], [libxslt])
|
|
|
|
AST_EXT_LIB_SETUP_OPTIONAL([LIBXSLT_CLEANUP], [LibXSLT Library Cleanup Function], [LIBXSLT], [libxslt])
|
|
|
@ -1533,6 +1534,9 @@ if test "${USE_LIBEDIT}" != "no"; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "${LIBEDIT_INTERNAL}" = "yes"; then
|
|
|
|
if test "${LIBEDIT_INTERNAL}" = "yes"; then
|
|
|
|
PBX_LIBEDIT=1
|
|
|
|
PBX_LIBEDIT=1
|
|
|
|
|
|
|
|
LIBEDIT_IS_UNICODE=no
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
AST_C_COMPILE_CHECK([LIBEDIT_IS_UNICODE], [el_rfunc_t *callback;], [histedit.h], [], [Testing for libedit unicode support])
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|