summaryrefslogtreecommitdiff
path: root/m4extra/pkg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4extra/pkg.m4')
-rw-r--r--m4extra/pkg.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4extra/pkg.m4 b/m4extra/pkg.m4
index cbb46db..4328e2e 100644
--- a/m4extra/pkg.m4
+++ b/m4extra/pkg.m4
@@ -1,5 +1,5 @@
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
-#
+#
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -39,7 +39,7 @@ if test -n "$PKG_CONFIG"; then
AC_MSG_RESULT([no])
PKG_CONFIG=""
fi
-
+
fi[]dnl
])# PKG_PROG_PKG_CONFIG
@@ -120,7 +120,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 --errors-to-stdout --print-errors "$2"`
- else
+ else
$1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
fi
# Put the nasty error message in config.log where it belongs