summaryrefslogtreecommitdiff
path: root/libxml.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libxml.m4')
-rw-r--r--libxml.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/libxml.m4 b/libxml.m4
index 09de9fe2..fc7790c3 100644
--- a/libxml.m4
+++ b/libxml.m4
@@ -122,9 +122,8 @@ main()
{
printf("\n*** An old version of libxml (%d.%d.%d) was found.\n",
xml_major_version, xml_minor_version, xml_micro_version);
- printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n",
+ printf("*** You need a version of libxml newer than %d.%d.%d.\n",
major, minor, micro);
- printf("*** libxml is always available from ftp://ftp.xmlsoft.org.\n");
printf("***\n");
printf("*** If you have already installed a sufficiently new version, this error\n");
printf("*** probably means that the wrong copy of the xml2-config shell script is\n");