* Fixed: [Double free when using libxml2 as regex engine #117](https://github.com/clicon/clixon/issues/117)
* added libxml2 support in test_pattern.sh when libxml2 is configured
This commit is contained in:
parent
eda4a58ebf
commit
99b01040a7
7 changed files with 29 additions and 10 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Generated from autotools
|
||||
|
||||
WITH_RESTCONF=@with_restconf@
|
||||
WITH_RESTCONF=@with_restconf@ # evhtp, fcgi or ""
|
||||
WITH_LIBXML2=@with_libxml2@ # yes or ""
|
||||
CXX=@CXX@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue