diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 3bd6f10289..f78dccd5a2 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -890,7 +890,7 @@ AC_SUBST(quartz_ldflags) # basic pthread support -EFL_CHECK_PTHREAD([have_pthread="yes"], [have_pthread="no"]) +EFL_CHECK_PTHREAD([no], [have_pthread="yes"], [have_pthread="no"]) ### Checks for types AC_CHECK_SIZEOF(int, 4)