[dovecot-cvs] dovecot configure.in,1.292,1.293

cras at dovecot.org cras at dovecot.org
Tue Jun 27 10:20:09 EEST 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv21166

Modified Files:
	configure.in 
Log Message:
Don't try to use any weird _syscall()s when detecting epoll. 



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- configure.in	26 Jun 2006 18:51:50 -0000	1.292
+++ configure.in	27 Jun 2006 07:20:06 -0000	1.293
@@ -374,13 +374,7 @@
 
 if test "$ioloop" = "" || test "$ioloop" = "epoll"; then
   AC_TRY_RUN([
-    #include <stdint.h>
     #include <sys/epoll.h>
-    #include <errno.h>
-
-    #include <linux/unistd.h>
-    
-    _syscall1 (int, epoll_create, int, size)
 
     int main()
     {



More information about the dovecot-cvs mailing list