1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel

* Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
Daniel
This commit is contained in:
Daniel Veillard
2001-09-07 09:38:02 +00:00
parent a050d23085
commit 5eb9dea8be
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
* Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
* parser.c: warn if version is not 1.0 but it's not

View File

@@ -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@

View File

@@ -91,6 +91,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