[dovecot-cvs] dovecot configure.in,1.144,1.145

cras at procontrol.fi cras at procontrol.fi
Thu Aug 21 03:24:31 EEST 2003


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

Modified Files:
	configure.in 
Log Message:
Separated rawlog into it's own binary.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- configure.in	6 Aug 2003 19:46:51 -0000	1.144
+++ configure.in	20 Aug 2003 23:24:29 -0000	1.145
@@ -139,12 +139,6 @@
 	fi,
 	want_cyrus_sasl2=no)
 
-AC_ARG_WITH(rawlog,
-[  --with-rawlog           Build support for logging user traffic],
-	if test x$withval = xyes; then
-		AC_DEFINE(BUILD_RAWLOG,, Build with rawlogging feature)
-	fi)
-
 AC_ARG_WITH(ssl,
 [  --with-ssl=[gnutls|openssl] Build with GNUTLS (default) or OpenSSL],
 	if test x$withval = xno; then
@@ -1122,6 +1116,7 @@
 src/master/Makefile
 src/pop3/Makefile
 src/pop3-login/Makefile
+src/util/Makefile
 stamp.h
 dovecot.spec)
 



More information about the dovecot-cvs mailing list