diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-10-02 10:53:28 +0200 |
---|---|---|
committer | Holger Freyther <ich@tamarin.(none)> | 2008-10-15 18:53:36 +0200 |
commit | b6c5a08721fab3e095377fa30e4eefceb078618c (patch) | |
tree | dd029d778cc4d41ca17b2e1230eda7b697c50879 /contrib/site-conf/configure.ac | |
parent | ff30b7fe2e7a3d67ef28d30a0cf2c5442afdaa98 (diff) |
[site-conf] Add the tests for the squeak vm
Diffstat (limited to 'contrib/site-conf/configure.ac')
-rw-r--r-- | contrib/site-conf/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/site-conf/configure.ac b/contrib/site-conf/configure.ac index bd5ce4dfad..fb342b061a 100644 --- a/contrib/site-conf/configure.ac +++ b/contrib/site-conf/configure.ac @@ -8,4 +8,8 @@ AC_GNU_SOURCE OE_CHECK_BUILTIN OE_CHECK_GNU +AC_C_DOUBLE_ALIGNMENT +AC_C_DOUBLE_ORDER + + AC_OUTPUT([]) |