[dovecot-cvs] dovecot configure.in,1.43,1.44

cras at procontrol.fi cras at procontrol.fi
Mon Nov 4 08:11:29 EET 2002


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

Modified Files:
	configure.in 
Log Message:
Print the size of off_t at end.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- configure.in	3 Nov 2002 08:39:43 -0000	1.43
+++ configure.in	4 Nov 2002 06:11:27 -0000	1.44
@@ -206,10 +206,10 @@
   sizeof_off_t=`cat conftestval`
   rm -f conftestval
 ], [
-  sizeof_off_t=0
   AC_ERROR([Unsupported off_t size])
 ])
 AC_MSG_RESULT($sizeof_off_t)
+offt_bits=`expr 8 \* $sizeof_off_t`
 
 if test x$sizeof_off_t = x$ac_cv_sizeof_long; then
   # try to use unsigned long always first
@@ -529,6 +529,7 @@
 
 echo
 echo "Install prefix ............. : $prefix"
+echo "File offsets ............... : ${offt_bits}bit"
 echo "Building with auth modules . :$auths"
 echo "Building with SSL support .. : $have_ssl"
 echo "Building with IPv6 support . : $want_ipv6"




More information about the dovecot-cvs mailing list