diff options
author | Peter Kokot <petk@php.net> | 2018-07-29 03:43:45 +0200 |
---|---|---|
committer | Peter Kokot <petk@php.net> | 2018-07-29 03:43:45 +0200 |
commit | cf3b852109a88a11370d0207cd3b72a53b6a64c3 (patch) | |
tree | c5c7a952575f4350986f15bbfed1eee667e8db22 /ext/simplexml | |
parent | b60d8ab2e2a44cd8b5de72a4bffbff1f6e5987bd (diff) | |
download | php-git-cf3b852109a88a11370d0207cd3b72a53b6a64c3.tar.gz |
Trim trailing whitespaces in build files
Some editors utilizing .editorconfig automatically trim whitespaces. For
convenience this patch removes whitespaces in certain build files:
- ext/*/config*.m4
- configure.ac
- acinclude.m4
Diffstat (limited to 'ext/simplexml')
-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 8545ad8090..f05a477259 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -10,8 +10,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, [ |