# HG changeset patch # User Timo Sirainen # Date 1290106294 0 # Node ID 94c5d21890060a4d30055f4e0ea47a175a94ff18 # Parent e0b42fcf31a13ec1272cf27262e3e3f749e7379b configure: And small fix to previous --with-systemdsystemunitdir fix. 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]),