From 5eb9dea8be2fcf18fee419ee740b09e405a61efd Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 7 Sep 2001 09:38:02 +0000 Subject: [PATCH] Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel --- ChangeLog | 4 ++++ Makefile.am | 2 +- config.h.in | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4f9c772..7632a71f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard + + * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD + Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard * parser.c: warn if version is not 1.0 but it's not diff --git a/Makefile.am b/Makefile.am index 9b2aa40f..f52516d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ bin_PROGRAMS = xmllint xmlcatalog bin_SCRIPTS=xml2-config lib_LTLIBRARIES = libxml2.la -libxml2_la_LIBADD = @Z_LIBS@ -lm +libxml2_la_LIBADD = @Z_LIBS@ $(ICONV_LIBS) -lm libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@ diff --git a/config.h.in b/config.h.in index bf54bc04..07ded072 100644 --- a/config.h.in +++ b/config.h.in @@ -91,6 +91,9 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define if you have the header file. */ #undef HAVE_ERRNO_H