diff options
author | Hugh McMaster <hugh.mcmaster@outlook.com> | 2019-04-18 20:09:01 +1000 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-18 13:08:02 +0200 |
commit | 9f0c9b7ad6316b6185a2fc2997bf241785c30120 (patch) | |
tree | 5fd5a87046ad90e8e54435ab558e2290a3d7e174 /ext/simplexml | |
parent | cc930cdd75cc67f1f96177c0b24c2b1318680a78 (diff) | |
download | php-git-9f0c9b7ad6316b6185a2fc2997bf241785c30120.tar.gz |
Rename --enable-libxml to --with-libxml to meet naming guidelines
Diffstat (limited to 'ext/simplexml')
-rw-r--r-- | ext/simplexml/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index d9fe11f8bf..e591cb90dc 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -9,7 +9,7 @@ PHP_ARG_ENABLE([simplexml], if test "$PHP_SIMPLEXML" != "no"; then if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml]) + AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --with-libxml]) fi PHP_SETUP_LIBXML(SIMPLEXML_SHARED_LIBADD, [ |