diff configure.in @ 1694:0fae24674a9a HEAD

Separated rawlog into it's own binary.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Aug 2003 02:24:29 +0300
parents a0dd52443420
children 43815588dd6b
line wrap: on
line diff
--- a/configure.in	Thu Aug 21 01:12:44 2003 +0300
+++ b/configure.in	Thu Aug 21 02:24:29 2003 +0300
@@ -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)