[dovecot-cvs] dovecot configure.in,1.181,1.182

cras at dovecot.org cras at dovecot.org
Fri Sep 3 13:31:10 EEST 2004


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

Modified Files:
	configure.in 
Log Message:
Don't check for linux/mman.h, it's not even used.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- configure.in	9 Aug 2004 19:14:03 -0000	1.181
+++ configure.in	3 Sep 2004 10:31:08 -0000	1.182
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 1.0-test32)
+AM_INIT_AUTOMAKE(dovecot, 1.0-test38)
 
 AM_MAINTAINER_MODE
 
@@ -14,7 +14,7 @@
 AM_ICONV
 
 AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h)
-AC_CHECK_HEADERS(sys/uio.h sys/sysmacros.h sys/resource.h linux/mman.h)
+AC_CHECK_HEADERS(sys/uio.h sys/sysmacros.h sys/resource.h)
 AC_CHECK_HEADERS(sys/select.h)
 
 # check posix headers



More information about the dovecot-cvs mailing list