Merge pull request #157 from xantares/patch-1

Fix memset_s detection
This commit is contained in:
Frank Denis
2014-05-19 10:26:11 -07:00
+1 -1
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];