summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tools/kconfig-frontends/aclocal.m4')
-rw-r--r--misc/tools/kconfig-frontends/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tools/kconfig-frontends/aclocal.m4 b/misc/tools/kconfig-frontends/aclocal.m4
index 94136cef4..815633438 100644
--- a/misc/tools/kconfig-frontends/aclocal.m4
+++ b/misc/tools/kconfig-frontends/aclocal.m4
@@ -22,7 +22,7 @@ To do so, use the procedure documented by the package, typically `autoreconf'.])
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
# serial 1 (pkg-config-0.24)
-#
+#
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -145,7 +145,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