Have --with-expat set EXPAT_CFLAGS (bug 2278)
reviewed by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
d8ae9c9219
commit
59e149e757
|
@ -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>
|
||||
|
||||
* doc/fontconfig-user.sgml:
|
||||
|
|
11
configure.in
11
configure.in
|
@ -202,7 +202,16 @@ no)
|
|||
;;
|
||||
*)
|
||||
case "$expat_includes" in
|
||||
yes|no)
|
||||
yes)
|
||||
case "$expat" in
|
||||
yes)
|
||||
;;
|
||||
*)
|
||||
EXPAT_CFLAGS="-I$expat/include"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
no)
|
||||
EXPAT_CFLAGS=""
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue