From 50f12fb9aaba758d97a928bfa0ab197016b40cfe Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 2 Jun 2006 20:42:41 +0000 Subject: Fix long standing (ahem) c/p error which made impossible to sidable just HQ scalers. svn-id: r22843 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f197eb16ab..a90415c672 100755 --- a/configure +++ b/configure @@ -734,9 +734,9 @@ else fi if test "$_build_scalers" = no ; then - _mak_hq_scalers='DISABLE_SCALERS = 1' + _mak_scalers='DISABLE_SCALERS = 1' else - _mak_hq_scalers='# DISABLE_SCALERS = 1' + _mak_scalers='# DISABLE_SCALERS = 1' fi if test -n "$_host"; then -- cgit v1.2.3