diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
commit | 7af43d5db0d9e4000f64a9bdd2064d56f1fb1e92 (patch) | |
tree | 2529fc9a9aaf324c8f6373b3ea81053e6e9711e3 /aclocal.m4 | |
parent | a085f93daf543a53cabdfbeca81c54cd010b8023 (diff) |
Clean up some whitespaces
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1137,7 +1137,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 |