summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-17 16:03:40 +0200
committerAnatol Belski <ab@php.net>2014-10-17 16:03:40 +0200
commit7a6a3d923bfaac10a73e7ddf93eb5b7b7f2703e8 (patch)
tree9f320101e4e817c392b5d1ed3554d786a389a3f3 /ext/libxml
parent4fce2ae2c64b61e5ef7cdbdb631b8d5691d1b31f (diff)
downloadphp-git-7a6a3d923bfaac10a73e7ddf93eb5b7b7f2703e8.tar.gz
fix arg order, CFLAGS is the fifth arg in m4
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/config0.m4 b/ext/libxml/config0.m4
index 74dc6cb252..79e94a40ad 100644
--- a/ext/libxml/config0.m4
+++ b/ext/libxml/config0.m4
@@ -17,7 +17,7 @@ if test "$PHP_LIBXML" != "no"; then
PHP_SETUP_LIBXML(LIBXML_SHARED_LIBADD, [
AC_DEFINE(HAVE_LIBXML,1,[ ])
- PHP_NEW_EXTENSION(libxml, [libxml.c], $ext_shared, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
+ PHP_NEW_EXTENSION(libxml, [libxml.c], $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
PHP_INSTALL_HEADERS([ext/libxml/php_libxml.h])
], [
AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])