From 588ca3671e258b8381e0404d81668b0d828b362d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 28 Dec 2008 16:12:41 +0000 Subject: improve comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@794 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/svgtopam.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/converter/other/svgtopam.c b/converter/other/svgtopam.c index 56825a4e..5e276f6c 100644 --- a/converter/other/svgtopam.c +++ b/converter/other/svgtopam.c @@ -18,12 +18,12 @@ Implementation notes: - We've seen a version of that does not - define type 'xmlReaderTypes'. The system claimed to have - Libxml2 2.6.16 installed, but another system that makes that - claim _does_ have 'xmlReaderTypes' defined, so I don't know what - version actually has the problem. - + A look at Libxml2 Subversion source code change history says the type + 'xmlReaderTypes' was added (in ) in 2.5.9. But a MacOS + 10.3.9 user reports in April 2007 that he has 2.6.16 installed and it + doesn't have xmlReaderTypes. Another MacOS user reported that in December + 2008. Apparently that OS has a broken libxml2 installation. + ============================================================================*/ #define _BSD_SOURCE /* Make sure strdup() is in */ -- cgit 1.4.1