fixing bug #81112 Daniel

* libxml.spec.in: fixing bug #81112
Daniel
diff --git a/ChangeLog b/ChangeLog
index fd75558..c57f718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+ 	* libxml.spec.in: fixing bug #81112
+
 Wed Jan 23 23:46:32 CET 2002 Daniel Veillard <daniel@veillard.com>
 
 	* configure.in: releasing 1.8.17
diff --git a/config.h.in b/config.h.in
index da75401..47ea327 100644
--- a/config.h.in
+++ b/config.h.in
@@ -57,6 +57,9 @@
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
+/* Define if you have the <dlfcn.h> header file.  */
+#undef HAVE_DLFCN_H
+
 /* Define if you have the <errno.h> header file.  */
 #undef HAVE_ERRNO_H
 
diff --git a/libxml.spec.in b/libxml.spec.in
index 91f2edd..0df568e 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -17,6 +17,7 @@
 Summary: Libraries, includes, etc to develop libxml applications
 Group: Development/Libraries
 Requires: %{name} = %{version}
+Requires: zlib-devel
 
 %description devel
 Libraries, include files, etc you can use to develop libxml applications.