* configure.ac: Check alignment of uint64_t, and also use AC_SUBST
for use in config.m4.in.
Rev: nettle/config.m4.in:1.2
Rev: nettle/configure.ac:1.48
define(<ELF_STYLE>, <@ASM_ELF_STYLE@>)dnl
define(<TYPE_FUNCTION>, <@ASM_TYPE_FUNCTION@>)dnl
define(<ALIGN_LOG>, <@ASM_ALIGN_LOG@>)dnl
+define(<ALIGNOF_UINT64_T>, <@ALIGNOF_UINT64_T@>)dnl
divert(1)
@ASM_MARK_NOEXEC_STACK@
divert
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_CHECK_SIZEOF(long)
+AC_CHECK_ALIGNOF(uint64_t)
+
+ALIGNOF_UINT64_T="$ac_cv_alignof_uint64_t"
+AC_SUBST(ALIGNOF_UINT64_T)
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
[enable_openssl=no