summaryrefslogtreecommitdiffstats
path: root/old-configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-23 16:04:17 +0200
committerwm4 <wm4@nowhere>2014-05-23 16:04:17 +0200
commit436b9a22581f3c29f1b0608b5f9f8f1e949b0a2b (patch)
treecae8fa7f719d85f4bdc79f80ffaff8b724e917d8 /old-configure
parente29e567f0721147225407032e0c6830e9f6131ed (diff)
downloadmpv-436b9a22581f3c29f1b0608b5f9f8f1e949b0a2b.tar.bz2
mpv-436b9a22581f3c29f1b0608b5f9f8f1e949b0a2b.tar.xz
old-build: fix building with libquvi4
Diffstat (limited to 'old-configure')
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index 1cf7075141..9700cc75b9 100755
--- a/old-configure
+++ b/old-configure
@@ -589,7 +589,7 @@ check_pkg_config "libquvi 0.9.x support" $_libquvi9 LIBQUVI9 'libquvi-0.9 >= 0.9
_libquvi9=$(defretval)
_libquvi=no
-test "$_libquvi9" = yes || test "$_libquvi4" = yes && _libquvi=yes
+(test "$_libquvi9" = yes || test "$_libquvi4" = yes) && _libquvi=yes
define_yes_no $_libquvi HAVE_LIBQUVI
_wlver="1.2.0"