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 272d318dca..b77fd13076 100755
--- a/configure
+++ b/configure
@@ -1943,7 +1943,7 @@ echores "$_smb"
echocheck "libquvi support"
if test "$_libquvi" = auto ; then
_libquvi=no
- if pkg_config_add libquvi ; then
+ if pkg_config_add 'libquvi >= 0.4.1' ; then
_libquvi=yes
fi
fi