mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Made unaligned access test effective.
This commit is contained in:
parent
9a37e505ed
commit
4a990585f7
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -5400,7 +5400,7 @@ fi
|
|||
fi
|
||||
|
||||
echo "$ac_t""$wine_cv_allow_unaligned_access" 1>&6
|
||||
if test "$wine_allow_unaligned_access" = "yes"
|
||||
if test "$wine_cv_allow_unaligned_access" = "yes"
|
||||
then
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define ALLOW_UNALIGNED_ACCESS 1
|
||||
|
|
|
@ -792,7 +792,7 @@ main()
|
|||
exit(0);
|
||||
} ], wine_cv_allow_unaligned_access=yes, wine_cv_allow_unaligned_access=no,
|
||||
wine_cv_allow_unaligned_access=no ) ])
|
||||
if test "$wine_allow_unaligned_access" = "yes"
|
||||
if test "$wine_cv_allow_unaligned_access" = "yes"
|
||||
then
|
||||
AC_DEFINE(ALLOW_UNALIGNED_ACCESS)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue