about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-28 16:12:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-28 16:12:41 +0000
commit588ca3671e258b8381e0404d81668b0d828b362d (patch)
treee6fe83bc7a90d2da838e426667d22b5b96f2c75f /converter
parent5937103674ac76a2ac8e1f1b1e616f54155aac3a (diff)
downloadnetpbm-mirror-588ca3671e258b8381e0404d81668b0d828b362d.tar.gz
netpbm-mirror-588ca3671e258b8381e0404d81668b0d828b362d.tar.xz
netpbm-mirror-588ca3671e258b8381e0404d81668b0d828b362d.zip
improve comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@794 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/other/svgtopam.c12
1 files 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 <libxml/xmlreader.h> 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 <libxml/xmlreader.h>) 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 <string.h> */