1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Link memset_s presence test

This commit is contained in:
xantares 2014-05-19 19:14:49 +02:00
parent 27d1f4d9cb
commit 041f920341

View File

@ -380,7 +380,7 @@ AS_CASE([$host_cpu],
)
AC_MSG_CHECKING(for memset_s)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
#include <string.h>
]], [[
char dummy[42];