Lines Matching refs:libxml
14 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
17 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
38 AC_MSG_CHECKING(for libxml - version >= $min_xml_version)
57 dnl Now check if the installed libxml is sufficiently new.
65 #include <libxml/xmlversion.h>
88 printf("%s, bad version string from libxml includes\n", "LIBXML_DOTTED_VERSION");
93 /* Compare xml2-config output to the libxml headers */
98 printf("*** libxml header files (version %d.%d.%d) do not match\n",
120 printf("\n*** An old version of libxml (%d.%d.%d) was found.\n",
122 printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n",
124 printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n");
149 echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in"
156 echo "*** Could not run libxml test program, checking why..."
160 #include <libxml/xmlversion.h>