From 86f7fe1ba61a465fb25bc30deaaa4fcf12600a43 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Sep 2012 20:45:11 +0200 Subject: [PATCH] configure: add version check for libquvi I do not know what exactly is the minimum working version. Require the latest version currently released, which is about half a year old. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2cf7affac1..6a3298fbc9 100755 --- a/configure +++ b/configure @@ -3445,7 +3445,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 -- 2.11.4.GIT