From ed577e61d5a404fe27e3d3fcfed307740c1c05e5 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 22 Feb 2006 23:19:57 +0000 Subject: [PATCH] Fixed typo in configure script svn-id: r20817 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a915832dd8c..a6f135fecd0 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