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 096e8b1ec5..ae3c1d8e96 100755
--- a/configure
+++ b/configure
@@ -3648,7 +3648,7 @@ fi #if darwin
echocheck "pkg-config"
_pkg_config=pkg-config
-if `$_pkg_config 2> /dev/null`; then
+if `$_pkg_config --version 2> /dev/null`; then
echores "yes"
else
_pkg_config=false