aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files 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