# HG changeset patch # User Daniel Veillard <veillard@src.gnome.org> # Date 1022238623 0 # Fri May 24 11:10:23 2002 +0000 # Node ID 75e7cb16967f39ba7e10e78be8208cea3227b813 # Parent 10ab1b8845f34b879107eac47c9b8f7a5a54b94b fixing bug #81112 Daniel * libxml.spec.in: fixing bug #81112 Daniel diff --git a/ChangeLog b/ChangeLog --- 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 --- 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 --- 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.