This commit is contained in:
Olof hagsand 2019-05-24 10:43:09 +02:00
commit efd1330550
2 changed files with 3 additions and 1 deletions

2
configure vendored
View file

@ -4473,6 +4473,8 @@ _ACEOF
LIBS="-lxml2 $LIBS"
else
as_fn_error $? "libxml2 not found" "$LINENO" 5
fi
fi

View file

@ -226,7 +226,7 @@ AC_CHECK_LIB(dl, dlopen)
AC_ARG_WITH(libxml2, [ --with-libxml2 use gnome/libxml2 regex engine ] )
if test "${with_libxml2}"; then
# Find libxml2 lib
AC_CHECK_LIB(xml2, xmlRegexpCompile)
AC_CHECK_LIB(xml2, xmlRegexpCompile,[], AC_MSG_ERROR([libxml2 not found]))
fi
#