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/xmlrpc | |
parent | cc930cdd75cc67f1f96177c0b24c2b1318680a78 (diff) | |
download | php-git-9f0c9b7ad6316b6185a2fc2997bf241785c30120.tar.gz |
Rename --enable-libxml to --with-libxml to meet naming guidelines
Diffstat (limited to 'ext/xmlrpc')
-rw-r--r-- | ext/xmlrpc/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index c7ab37c897..f7d8ca45f7 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -36,7 +36,7 @@ if test "$PHP_XMLRPC" != "no"; then if test "$PHP_LIBEXPAT_DIR" = "no"; then if test "$PHP_LIBXML" = "no"; then - AC_MSG_ERROR([XML-RPC extension requires LIBXML extension, add --enable-libxml]) + AC_MSG_ERROR([XML-RPC extension requires LIBXML extension, add --with-libxml]) fi PHP_SETUP_LIBXML(XMLRPC_SHARED_LIBADD, [ |