]> git.pld-linux.org Git - packages/apr.git/blame - apr-no-epoll.patch
- use system autotools in -devel
[packages/apr.git] / apr-no-epoll.patch
CommitLineData
8a76ac21
AM
1diff -urN apr-1.0.0.org/configure.in apr-1.0.0/configure.in
2--- apr-1.0.0.org/configure.in 2004-10-07 12:42:56.955927216 +0200
3+++ apr-1.0.0/configure.in 2004-10-07 12:44:30.322925526 +0200
4@@ -647,10 +647,6 @@
5 return epoll_create(5) == -1;
6 }], [apr_cv_epoll=yes], [apr_cv_epoll=no], [apr_cv_epoll=no])])
7
8-if test "$apr_cv_epoll" = "yes"; then
9- AC_DEFINE([HAVE_EPOLL], 1, [Define if the epoll interface is supported])
10-fi
11-
12 dnl ----------------------------- Checking for missing POSIX thread functions
13 AC_CHECK_FUNCS([getpwnam_r getpwuid_r getgrnam_r getgrgid_r])
14
This page took 0.058733 seconds and 4 git commands to generate.