From: Niels Möller Date: Mon, 12 May 2003 17:11:10 +0000 (+0200) Subject: Use LSH_FUNC_ALLOCA. X-Git-Tag: nettle_1.8_release_20040110~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ebfacf72a9686753256f37f49c3013d03f34c4;p=thirdparty%2Fnettle.git Use LSH_FUNC_ALLOCA. Rev: src/nettle/configure.ac:1.21 --- diff --git a/configure.ac b/configure.ac index 82b5ac6f..c5bd007f 100644 --- a/configure.ac +++ b/configure.ac @@ -125,8 +125,9 @@ AC_TYPE_SIZE_T AC_HEADER_TIME # Needed by the supplied memcmp.c -AC_C_BIGENDIAN +LSH_FUNC_ALLOCA +AC_C_BIGENDIAN AC_REPLACE_FUNCS(memxor) LSH_GCC_ATTRIBUTES