mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Detect and use xsltCleanupGlobals when available
This introduces usage of an additional libxslt cleanup function,
xsltCleanupGlobals, when the configure script detects that it is
available. Early versions of the library did not include this function.
(closes issue ASTERISK-22570)
Reported by: Corey Farrell
Patches:
xsltCleanupGlobals.patch uploaded by Corey Farrell (License 5909)
........
Merged revisions 400384 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -400,6 +400,9 @@
|
||||
/* Define to 1 if you have the LibXSLT library. */
|
||||
#undef HAVE_LIBXSLT
|
||||
|
||||
/* Define to 1 if LIBXSLT has the LibXSLT Library Cleanup Function feature. */
|
||||
#undef HAVE_LIBXSLT_CLEANUP
|
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#undef HAVE_LIMITS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user