summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-09-14 09:38:36 +0300
committerGitHub <noreply@github.com>2017-09-14 09:38:36 +0300
commit13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 (patch)
tree5704d2735779297fbba0e99ae333ff1a4f928513 /aclocal.m4
parent312ffead1eb272535e021e248b5d74ab04b2e72e (diff)
downloadcpython-git-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.gz
bpo-31462: Remove trailing whitespaces. (#3564)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 2a745e5746..4eb2dc3bbe 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -170,7 +170,7 @@ if test $pkg_failed = yes; then
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
- else
+ else
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs