diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:14:50 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-10-13 14:14:50 +0200 |
| commit | 902d39a3a79c6efe93c8879575fdd5a759cf03de (patch) | |
| tree | e6ec0af8ac4333de34f581c2c7b5a2eb93e635a1 /ext/xmlrpc | |
| parent | 581f0141b6dd8d20e71612f90b01507ed0783db8 (diff) | |
| download | php-git-902d39a3a79c6efe93c8879575fdd5a759cf03de.tar.gz | |
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/xmlrpc')
| -rw-r--r-- | ext/xmlrpc/EXPERIMENTAL | 6 | ||||
| -rw-r--r-- | ext/xmlrpc/config.m4 | 4 | ||||
| -rw-r--r-- | ext/xmlrpc/libxmlrpc/xmlrpc.m4 | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ext/xmlrpc/EXPERIMENTAL b/ext/xmlrpc/EXPERIMENTAL index 6443e99646..51f50405ea 100644 --- a/ext/xmlrpc/EXPERIMENTAL +++ b/ext/xmlrpc/EXPERIMENTAL @@ -1,5 +1,5 @@ this extension is experimental, -its functions may change their names -or move to extension all together -so do not rely to much on them +its functions may change their names +or move to extension all together +so do not rely to much on them you have been warned! diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index 6ed7a6312a..b51b0d7afd 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -67,11 +67,11 @@ if test "$PHP_XMLRPC" != "no"; then if test "$PHP_ICONV_DIR" != "no"; then PHP_ICONV=$PHP_ICONV_DIR fi - + if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then PHP_ICONV=yes fi - + PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [ AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) ]) diff --git a/ext/xmlrpc/libxmlrpc/xmlrpc.m4 b/ext/xmlrpc/libxmlrpc/xmlrpc.m4 index 87da92db8a..955376072f 100644 --- a/ext/xmlrpc/libxmlrpc/xmlrpc.m4 +++ b/ext/xmlrpc/libxmlrpc/xmlrpc.m4 @@ -1,4 +1,4 @@ -AC_DEFUN([XMLRPC_CHECKS],[ +AC_DEFUN([XMLRPC_CHECKS],[ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_PROG_LN_S]) |
