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:
@@ -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
|
||||
|
@@ -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@
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user