summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ae3c1d8e96..5fb07f8cee 100755
--- a/configure
+++ b/configure
@@ -3648,7 +3648,7 @@ fi #if darwin
echocheck "pkg-config"
_pkg_config=pkg-config
-if `$_pkg_config --version 2> /dev/null`; then
+if `$_pkg_config --version > /dev/null 2>&1`; then
echores "yes"
else
_pkg_config=false