[dovecot-cvs] dovecot configure.in,1.73,1.74

cras at procontrol.fi cras at procontrol.fi
Wed Dec 18 04:23:15 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv6204

Modified Files:
	configure.in 
Log Message:
Don't bother trying to use setreuid(), setuid() check should be enough and
openbsd complains about it being deprecated.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- configure.in	17 Dec 2002 04:28:40 -0000	1.73
+++ configure.in	18 Dec 2002 02:23:13 -0000	1.74
@@ -165,7 +165,7 @@
 fi
 
 dnl * after -lsocket and -lnsl tests, inet_aton() may be in them
-AC_CHECK_FUNCS(fcntl flock inet_aton sigaction getpagesize madvise setreuid \
+AC_CHECK_FUNCS(fcntl flock inet_aton sigaction getpagesize madvise \
                strcasecmp stricmp vsnprintf memmove vsyslog writev setrlimit \
 	       setproctitle)
 




More information about the dovecot-cvs mailing list