From: Niels Möller Date: Mon, 7 Oct 2013 18:42:41 +0000 (+0200) Subject: Drop configure test for ALIGNOF_UINT64_T. X-Git-Tag: nettle_3.0_release_20140607~167^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f052fd510e718aed31e58139b73d3aafc8ef874;p=thirdparty%2Fnettle.git Drop configure test for ALIGNOF_UINT64_T. --- diff --git a/ChangeLog b/ChangeLog index f4b26c79..f0e7faa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-10-07 Niels Möller + * configure.ac: Delete check for ALIGNOF_UINT64_T, no longer + needed. + * config.m4.in: Likewise delete ALIGNOF_UINT64_T. + * camellia-crypt.c (camellia_crypt): Updated call to _camellia_crypt. * camellia-internal.h (_camellia_crypt): Updated prototype. diff --git a/config.m4.in b/config.m4.in index 4c6565f5..52db8d29 100644 --- a/config.m4.in +++ b/config.m4.in @@ -4,7 +4,6 @@ define(, <@ASM_ELF_STYLE@>)dnl define(, <@ASM_TYPE_FUNCTION@>)dnl define(, <@ASM_TYPE_PROGBITS@>)dnl define(, <@ASM_ALIGN_LOG@>)dnl -define(, <@ALIGNOF_UINT64_T@>)dnl define(, <@W64_ABI@>)dnl divert(1) @ASM_MARK_NOEXEC_STACK@ diff --git a/configure.ac b/configure.ac index 037fbe97..7f1e9cb0 100644 --- a/configure.ac +++ b/configure.ac @@ -617,10 +617,6 @@ AC_TYPE_UID_T 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