Made libxml optional

master
Yevgen Muntyan 2005-11-02 17:44:39 +00:00
parent 9614a8fd8c
commit f1cb900c81
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ AC_DEFUN([MOO_AC_XML],[
if test x$MOO_USE_XML = "xyes" -a x$moo_found_xml = "xno"; then
AC_MSG_ERROR([libxml2 library not found])
elif test x$MOO_USE_XML != "xno" -a x$moo_found_xml = "xno"; then
AC_MSG_WARN([libxml2 library not found, syntax highlighting in the editor will be disabled])
fi
if test x$moo_found_xml = "xyes"; then