epoll - bad. disable default support. u have to --enable it. don't

--enable it if u want elm quicklaunch to work.



SVN revision: 52240
This commit is contained in:
Carsten Haitzler 2010-09-14 10:38:28 +00:00
parent 4081d86c6c
commit f200c483b4
1 changed files with 9 additions and 2 deletions

View File

@ -903,8 +903,15 @@ m4_ifdef([AC_PROG_OBJC], [
])
AC_SUBST(cocoa_ldflags)
# check for epoll support
AC_CHECK_HEADERS([sys/epoll.h])
AC_ARG_ENABLE(epoll,
AC_HELP_STRING([--enable-epoll], [enable or disable epoll support]),
[want_epoll=$enableval])
if test "x${want_epoll}" = "xyes" ; then
# check for epoll support
AC_CHECK_HEADERS([sys/epoll.h])
fi
# basic pthread support