async events do not depend on pthread anymore
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 17:25:52 +0000 (17:25 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 17:25:52 +0000 (17:25 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@45670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index cd43ece..1fd1412 100644 (file)
@@ -749,11 +749,10 @@ AC_ARG_ENABLE(async-events,
 AC_MSG_RESULT($build_async_events)
 
 AC_MSG_CHECKING(whether we can build Async Events support)
-if test \( "x$build_async_events" = "xyes" -o "x$build_async_events" = "xauto" \) -a "x$has_pthreads" = "xyes"; then
+if test "x$build_async_events" = "xyes" || test "x$build_async_events" = "xauto" ; then
   AC_MSG_RESULT(yes)
   AC_DEFINE(BUILD_ASYNC_EVENTS, 1, [Build async events support])
   build_async_events="yes"
-  need_pthreads="yes"
 else
   AC_MSG_RESULT(no)
   build_async_events="no"