1
0
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:
Raja R Harinath 1999-01-27 23:01:51 +00:00
parent e3e6150aaf
commit 7eb5c4f227
2 changed files with 5 additions and 1 deletions

View File

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

View File

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