Added --with-libxml2 to configure

This commit is contained in:
Olof hagsand 2019-05-24 10:04:29 +02:00
parent e55a27bcac
commit 5b39b63698
8 changed files with 36 additions and 38 deletions

View file

@ -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;