From: Timo Sirainen Date: Thu, 18 Nov 2010 18:51:34 +0000 (+0000) Subject: configure: And small fix to previous --with-systemdsystemunitdir fix. X-Git-Tag: 2.0.8~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85bb9e3d4423c1a2ac2ece2f84374a6fab562846;p=thirdparty%2Fdovecot%2Fcore.git configure: And small fix to previous --with-systemdsystemunitdir fix. --- diff --git a/configure.in b/configure.in index 8a1caaad5a..edf3cfbf59 100644 --- a/configure.in +++ b/configure.in @@ -231,7 +231,7 @@ if test "$systemdsystemunitdir" != ""; then 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]),