Have --with-expat set EXPAT_CFLAGS (bug 2278)

reviewed by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2005-01-16 01:41:24 +00:00
parent d8ae9c9219
commit 59e149e757
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2005-01-15 Alan Coopersmith <alan.coopersmith@sun.com>
reviewed by: Keith Packard <keithp@keithp.com>
* configure.in:
Have --with-expat set EXPAT_CFLAGS (bug 2278)
2005-01-13 Keith Packard <keithp@keithp.com> 2005-01-13 Keith Packard <keithp@keithp.com>
* doc/fontconfig-user.sgml: * doc/fontconfig-user.sgml:

View File

@ -202,7 +202,16 @@ no)
;; ;;
*) *)
case "$expat_includes" in case "$expat_includes" in
yes|no) yes)
case "$expat" in
yes)
;;
*)
EXPAT_CFLAGS="-I$expat/include"
;;
esac
;;
no)
EXPAT_CFLAGS="" EXPAT_CFLAGS=""
;; ;;
*) *)