dovecot-2.0: configure: And small fix to previous --with-systemd...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 18 20:51:37 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/94c5d2189006
changeset: 12443:94c5d2189006
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 18 18:51:34 2010 +0000
description:
configure: And small fix to previous --with-systemdsystemunitdir fix.

diffstat:

 configure.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e0b42fcf31a1 -r 94c5d2189006 configure.in
--- a/configure.in	Thu Nov 18 18:49:34 2010 +0000
+++ b/configure.in	Thu Nov 18 18:51:34 2010 +0000
@@ -231,7 +231,7 @@
         AC_SUBST(systemdsystemunitdir)
         AC_DEFINE(HAVE_SYSTEMD,, Define if you want to use systemd socket activation)
 fi
-AM_CONDITIONAL(BUILD_LUCENE, test "$systemdsystemunitdir" != "")
+AM_CONDITIONAL(HAVE_SYSTEMD, test "$systemdsystemunitdir" != "")
 
 AC_ARG_WITH(gc,
 AS_HELP_STRING([--with-gc], [Use Boehm garbage collector]),


More information about the dovecot-cvs mailing list