diff configure.ac @ 204:5745edd5b769

removed the --disable-smtp-server configure option masqmail will now always have the possibility to listen on a port compiled in if you don't want it to listen on a port add this to your masqmail.conf: listen_addresses = "" also, if you don't start it as daemon it will not listen neither
author meillo@marmaro.de
date Fri, 16 Jul 2010 15:38:53 +0200
parents 45acc5727493
children 4fd237550525
line wrap: on
line diff
--- a/configure.ac	Fri Jul 16 14:48:17 2010 +0200
+++ b/configure.ac	Fri Jul 16 15:38:53 2010 +0200
@@ -122,18 +122,6 @@
 MD5_LIBS=''
 BASE64_LIBS=''
 
-dnl smtp server support (default is use it)
-AC_ARG_ENABLE(smtp_server,
-	[  --disable-smtp-server   disable smtp server support],
-	if test "x$enable_smtp_server" != 'xno'; then
-		smtp_server_enabled='yes'
-	fi,
-	smtp_server_enabled='yes'
-	)
-if test "x$smtp_server_enabled" = xyes; then
-	AC_DEFINE(ENABLE_SMTP_SERVER, 1, [If the SMTP server is enabled])
-fi
-
 dnl auth support (default is to not use it)
 AC_ARG_ENABLE(auth,
 	[  --enable-auth           enable AUTH (RFC 2554) client support],