Skip to content

Commit

Permalink
CONFIGURE: Synchronize memalign with ScummVM configure
Browse files Browse the repository at this point in the history
  • Loading branch information
lephilousophe committed Dec 25, 2024
1 parent b18d665 commit 901e057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ _wxwidgets=auto
_iconv=auto
_boost=auto
_endian=unknown
_need_memalign=no
_need_memalign=yes
# Default option behavior yes/no
_debug_build=auto
_release_build=auto
Expand Down Expand Up @@ -1175,7 +1175,7 @@ test $TMPR -eq 0 || exit 1 # check exit code of subshell
# for the smaller sizes.
echo_n "Alignment required... "
case $_host_cpu in
i[3-6]86 | x86_64 | ppc*)
i[3-6]86 | amd64 | x86_64 | powerpc* | ppc* | m68k)
# Unaligned access should work
_need_memalign=no
;;
Expand Down

0 comments on commit 901e057

Please sign in to comment.