aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a915832dd8..a6f135fecd 100755
--- a/configure
+++ b/configure
@@ -695,9 +695,9 @@ else
fi
if test "$_build_cine" = no ; then
- _mak_lure='DISABLE_CINE = 1'
+ _mak_cine='DISABLE_CINE = 1'
else
- _mak_lure='# DISABLE_CINE = 1'
+ _mak_cine='# DISABLE_CINE = 1'
fi
if test "$_build_hq_scalers" = no ; then