diff options
Diffstat (limited to 'ext/simplexml/config.m4')
-rw-r--r-- | ext/simplexml/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index ec1b2b2cc5..cb0b843852 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -11,8 +11,8 @@ fi if test "$PHP_SIMPLEXML" != "no"; then - if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) + if test "$PHP_LIBXML" = "no"; then + AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) fi PHP_SETUP_LIBXML(SIMPLEXML_SHARED_LIBADD, [ |