]> git.pld-linux.org Git - packages/apr.git/commitdiff
- dropped
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Apr 2006 20:55:23 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-no-epoll.patch -> 1.2

apr-no-epoll.patch [deleted file]

diff --git a/apr-no-epoll.patch b/apr-no-epoll.patch
deleted file mode 100644 (file)
index 0a87928..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN apr-1.0.0.org/configure.in apr-1.0.0/configure.in
---- apr-1.0.0.org/configure.in 2004-10-07 12:42:56.955927216 +0200
-+++ apr-1.0.0/configure.in     2004-10-07 12:44:30.322925526 +0200
-@@ -647,10 +647,6 @@
-     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
--
- dnl ----------------------------- Checking for missing POSIX thread functions
- AC_CHECK_FUNCS([getpwnam_r getpwuid_r getgrnam_r getgrgid_r])
This page took 0.079373 seconds and 4 git commands to generate.