1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 12:05:11 -07:00

Check for alloca()

This commit is contained in:
Frank Denis 2017-11-10 02:22:38 +01:00
parent 40070b342a
commit b9d6139178

View File

@ -744,6 +744,7 @@ __sync_lock_release(&_sodium_lock);
dnl Checks for functions and headers
AC_FUNC_ALLOCA
AS_IF([test "x$EMSCRIPTEN" = "x"],[
AC_CHECK_FUNCS([arc4random arc4random_buf])
AC_CHECK_FUNCS([mmap mlock madvise mprotect memset_s explicit_bzero nanosleep])