aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Montoir2006-02-22 23:19:57 +0000
committerGregory Montoir2006-02-22 23:19:57 +0000
commited577e61d5a404fe27e3d3fcfed307740c1c05e5 (patch)
tree575aa09dd17352342e508ea76776bf4d9e360b6c
parent2570c498fcab8c0e0367af46c0eeb330c1e2c32b (diff)
downloadscummvm-rg350-ed577e61d5a404fe27e3d3fcfed307740c1c05e5.tar.gz
scummvm-rg350-ed577e61d5a404fe27e3d3fcfed307740c1c05e5.tar.bz2
scummvm-rg350-ed577e61d5a404fe27e3d3fcfed307740c1c05e5.zip
Fixed typo in configure script
svn-id: r20817
-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