From 130beda407d237a3eabb162fe84af8b0f3d46130 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Sep 2012 20:45:11 +0200 Subject: 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(-) (limited to 'configure') 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 -- cgit v1.2.3