SVN revision: 46937
This commit is contained in:
Vincent Torri 2010-03-07 11:47:11 +00:00
parent 78eba185ef
commit 6280a731fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)