[dovecot-cvs] dovecot configure.in,1.190,1.191

cras at dovecot.org cras at dovecot.org
Mon Nov 8 04:46:01 EET 2004


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

Modified Files:
	configure.in 
Log Message:
Check for libgen.h and if it's not found, use my_basename(). Also
my_seteuid() didn't actually replace seteuid() before if it didn't exist.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- configure.in	20 Oct 2004 23:05:53 -0000	1.190
+++ configure.in	8 Nov 2004 02:45:59 -0000	1.191
@@ -1,4 +1,4 @@
-AC_INIT(dovecot, 1.0-test50, [dovecot at dovecot.org])
+AC_INIT(dovecot, 1.0-test52, [dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AC_CONFIG_HEADERS([config.h])
@@ -15,7 +15,7 @@
 AM_ICONV
 
 AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \
-  sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h)
+  sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h libgen.h)
 
 # check posix headers
 AC_CHECK_HEADERS(sys/time.h)



More information about the dovecot-cvs mailing list