applied the patch to fix #101894 Daniel

* libxml-2.0.pc.in: applied the patch to fix #101894
Daniel
diff --git a/ChangeLog b/ChangeLog
index 4cf1dbc..923c0d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan  6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+	* libxml-2.0.pc.in: applied the patch to fix #101894
+
 Sun Jan  5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
 
 	* tree.c : applied patch from Lukas Schroeder for register callbacks
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
index 8002efb..5b54895 100644
--- a/libxml-2.0.pc.in
+++ b/libxml-2.0.pc.in
@@ -8,5 +8,5 @@
 Version: @VERSION@
 Description: libXML library version2.
 Requires:
-Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @M_LIBS@ @LIBS@
-Cflags: -I${includedir}/libxml2 @XML_CFLAGS@
+Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
+Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@