Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
  Link memset_s presence test
This commit is contained in:
Frank Denis 2014-05-20 11:33:35 -07:00
commit bbaac8b573

View File

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