Lines Matching refs:libxml
16 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
19 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
40 AC_MSG_CHECKING(for libxml - version >= $min_xml_version)
59 dnl Now check if the installed libxml is sufficiently new.
68 #include <libxml/xmlversion.h>
91 printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION");
96 /* Compare xml2-config output to the libxml headers */
101 printf("*** libxml header files (version %d.%d.%d) do not match\n",
123 printf("\n*** An old version of libxml (%d.%d.%d) was found.\n",
125 printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n",
127 printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n");
152 echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in"
159 echo "*** Could not run libxml test program, checking why..."
164 #include <libxml/xmlversion.h>