summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/efl_pthread.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/efl_pthread.m4 b/m4/efl_pthread.m4
index 8ff9979..acf1a34 100644
--- a/m4/efl_pthread.m4
+++ b/m4/efl_pthread.m4
@@ -83,7 +83,7 @@ _efl_have_pthread_spinlock="no"
if test "x${_efl_have_pthread}" = "xyes" && test "x$1" = "xyes" ; then
- AC_COMPILE_IFELSE(
+ AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[
#include <pthread.h>
]],