diff options
author | Wez Furlong <wez@php.net> | 2004-07-18 12:03:51 (GMT) |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-07-18 12:03:51 (GMT) |
commit | ed682e570a3dace45aa894b14b667336f50085cf (patch) | |
tree | 4553eaa4cf8dcaf79804ae3bbd7185fc8efeddaf /ext/simplexml/config.m4 | |
parent | 22b70fcb31d91962bf05fa38a6cc5c2f51b2198c (diff) | |
download | php-ed682e570a3dace45aa894b14b667336f50085cf.tar.gz |
Implement extension load-order deps.
Diffstat (limited to 'ext/simplexml/config.m4')
-rw-r--r-- | ext/simplexml/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index 9fa9c45..1869c20 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -18,4 +18,5 @@ if test "$PHP_SIMPLEXML" != "no" && test "$PHP_LIBXML" != "no"; then ], [ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) ]) + PHP_ADD_EXTENSION_DEP(simplexml, libxml) fi |