- added the patch from Carl Nygard <cnygard@bellatlantic.net>
   which allow impressive speed improvement on dataset with large text
   pieces, but at the cost of broken binary compatibility and slightly
   bigger memory usage.  Configure with --with-buffers to activate them,
   they are protected with XML_USE_BUFFER_CONTENT define.
 - added xmlCleanupPredefinedEntities(), memory allocation cleanup
Daniel
diff --git a/xml-config.in b/xml-config.in
index 1b0d1fd..be9fe53 100644
--- a/xml-config.in
+++ b/xml-config.in
@@ -53,7 +53,7 @@
 	;;
 
     --cflags)
-       	echo -I@includedir@/gnome-xml
+       	echo @XML_INCLUDEDIR@ @XML_CFLAGS@
        	;;
 
     --libs)