mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Add global include path, so that other extensions can access
the expat header.
This commit is contained in:
parent
9c3b0c752e
commit
2a8d55ff1d
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ if test "$PHP_XML" = "yes"; then
|
|||
if test "$PHP_EXPAT_DIR" = "no"; then
|
||||
|
||||
AC_DEFINE(HAVE_LIBEXPAT_BUNDLED, 1, [ ])
|
||||
PHP_NEW_EXTENSION(xml, xml.c expat/xmlparse.c expat/xmlrole.c expat/xmltok.c, $ext_shared,, -I@ext_srcdir@/expat -DXML_BYTE_ORDER=$order)
|
||||
PHP_NEW_EXTENSION(xml, xml.c expat/xmlparse.c expat/xmlrole.c expat/xmltok.c, $ext_shared,,-DXML_BYTE_ORDER=$order)
|
||||
PHP_ADD_INCLUDE($ext_srcdir/expat)
|
||||
PHP_ADD_BUILD_DIR($ext_builddir/expat)
|
||||
else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue