From 041f920341b30f6dfccbd9f8911fa5c4c15c2326 Mon Sep 17 00:00:00 2001 From: xantares Date: Mon, 19 May 2014 19:14:49 +0200 Subject: [PATCH] Link memset_s presence test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a38ac28..ff165530 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]], [[ char dummy[42];