nuke $Id$ in /packages as well
[openwrt/svn-archive/archive.git] / mail / dovecot / patches / 001-configure_in.patch
1 --- dovecot-1.1.2-orig/configure.in 2008-07-24 01:46:52.000000000 +0200
2 +++ dovecot-1.1.2/configure.in 2008-07-29 15:46:47.000000000 +0200
3 @@ -473,9 +473,9 @@
4
5 if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
6 AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
7 - AC_TRY_RUN([
8 + AC_TRY_LINK([
9 #include <sys/epoll.h>
10 -
11 + ], [
12 int main()
13 {
14 return epoll_create(5) < 1;