mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
Use -I not -L for includes.
* configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
This commit is contained in:
parent
e3e6150aaf
commit
7eb5c4f227
@ -1,3 +1,7 @@
|
||||
1999-01-27 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
|
||||
|
||||
Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
|
||||
|
||||
* parser.c, tree.[ch] : more work toward conformance testing,
|
||||
|
@ -29,7 +29,7 @@ AC_CHECK_HEADERS(fcntl.h unistd.h ctype.h dirent.h errno.h malloc.h)
|
||||
AC_CHECK_HEADERS(stdarg.h sys/stat.h sys/types.h time.h zlib.h)
|
||||
|
||||
XML_LIBDIR='-L${libdir}'
|
||||
XML_INCLUDEDIR='-L${includedir}'
|
||||
XML_INCLUDEDIR='-I${includedir}'
|
||||
XML_LIBS="-lxml $Z_LIBS"
|
||||
|
||||
AC_SUBST(XML_LIBDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user