mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Configure.in should work out alignment correctly for non X86 platforms
This commit is contained in:
parent
d04df694e5
commit
9ff9566445
@ -556,7 +556,7 @@ AC_MSG_CHECKING(alignment of long)
|
||||
AC_TRY_RUN([main () {
|
||||
struct s {
|
||||
char a;
|
||||
long b;
|
||||
Long long b;
|
||||
};
|
||||
exit((int)&((struct s*)0)->b);
|
||||
}], ac_cv_c_alignment=$ac_status, ac_cv_c_alignment=$ac_status)
|
||||
|
Loading…
Reference in New Issue
Block a user