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:
parent
723bc879f8
commit
125a34c772
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
@ -992,9 +992,6 @@ else
|
|||
CXXFLAGS="$CXXFLAGS -Wconversion"
|
||||
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
|
||||
#
|
||||
|
@ -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_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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue