8
0
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:
paulbeach 2006-11-08 13:00:38 +00:00
parent d04df694e5
commit 9ff9566445

View File

@ -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)