Moved the _build_{hq_,}scalers tests to after the host checks, because they may try to disable scalers on a per-host basis.

svn-id: r39519
This commit is contained in:
Marcus Comstedt 2009-03-18 20:58:11 +00:00
parent 723bc879f8
commit 125a34c772

6
configure vendored
View file

@ -992,9 +992,6 @@ else
CXXFLAGS="$CXXFLAGS -Wconversion" CXXFLAGS="$CXXFLAGS -Wconversion"
fi; fi;
add_to_config_mk_if_no $_build_hq_scalers 'DISABLE_HQ_SCALERS = 1'
add_to_config_mk_if_no $_build_scalers 'DISABLE_SCALERS = 1'
# #
# Check for endianness # Check for endianness
# #
@ -1307,6 +1304,9 @@ add_to_config_h_if_yes $_have_x86 '#define HAVE_X86'
add_to_config_h_if_yes $_need_memalign '#define SCUMM_NEED_ALIGNMENT' add_to_config_h_if_yes $_need_memalign '#define SCUMM_NEED_ALIGNMENT'
add_to_config_mk_if_no $_build_hq_scalers 'DISABLE_HQ_SCALERS = 1'
add_to_config_mk_if_no $_build_scalers 'DISABLE_SCALERS = 1'
# #
# Check whether plugin support is requested and possible # Check whether plugin support is requested and possible
# #