summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
author(no author) <(no author)@13f79535-47bb-0310-9956-ffa450edef68>2004-07-07 15:47:09 +0000
committer(no author) <(no author)@13f79535-47bb-0310-9956-ffa450edef68>2004-07-07 15:47:09 +0000
commitc78c55e44408c9f47c957789d33c8033054e6c73 (patch)
tree5a688b74bb444d61d4b7cc2211d3c74de3b1b69d /configure.in
parent187e4d71342faa6696fb00e4c04212704e88ee80 (diff)
downloadlibapr-APR_1_0_0_RC3.tar.gz
This commit was manufactured by cvs2svn to create tagAPR_1_0_0_RC3
'APR_1_0_0_RC3'. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/tags/APR_1_0_0_RC3@65267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.in b/configure.in
index f9e0ea396..3d2f311cf 100644
--- a/configure.in
+++ b/configure.in
@@ -636,23 +636,7 @@ AC_SUBST(threads)
AC_SUBST(have_sigsuspend)
AC_SUBST(have_sigwait)
-AC_CHECK_FUNCS(poll kqueue)
-
-# Check for the Linux epoll interface; epoll* may be available in libc
-# but return ENOSYS on a pre-2.6 kernel, so do a run-time check.
-AC_CACHE_CHECK([for epoll support], [apr_cv_epoll],
-[AC_TRY_RUN([
-#include <sys/epoll.h>
-#include <unistd.h>
-
-int main()
-{
- return epoll_create(5) == -1;
-}], [apr_cv_epoll=yes], [apr_cv_epoll=no], [apr_cv_epoll=no])])
-
-if test "$apr_cv_epoll" = "yes"; then
- AC_DEFINE([HAVE_EPOLL], 1, [Define if the epoll interface is supported])
-fi
+AC_CHECK_FUNCS(poll)
dnl ----------------------------- Checking for missing POSIX thread functions
AC_CHECK_FUNCS([getpwnam_r getpwuid_r getgrnam_r getgrgid_r])