diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-23 18:52:33 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-23 18:52:33 +0000 |
commit | 68d81080b3cbf1c53c3a2f2174d813da5629fab7 (patch) | |
tree | 60364b6c6f2edca4fe15eb41e7b0ddc20b8a2ff0 /configure.ac | |
parent | a431fcf71728967999e6a249d90f43353fb44c19 (diff) |
Check for aligned access requirements explicitly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 58bae04..cb55b6c 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,9 @@ AC_CHECK_TYPE(sa_family_t, [], [AC_DEFINE([sa_family_t], [uint16_t], [sa_family_ #include <netinet/in.h> ]) +# check wether misaligned access is possible or not +AX_CHECK_ALIGNED_ACCESS_REQUIRED + ### zlib CHECK_ZLIB() |