Added --with-libxml2 to configure
This commit is contained in:
parent
e55a27bcac
commit
5b39b63698
8 changed files with 36 additions and 38 deletions
|
|
@ -99,7 +99,7 @@ regex_posix(char *regexp,
|
|||
int retval = -1;
|
||||
char *posix = NULL;
|
||||
char pattern[1024];
|
||||
int status;
|
||||
int status = 0;
|
||||
regex_t re;
|
||||
char errbuf[1024];
|
||||
int len0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue