From 85bb9e3d4423c1a2ac2ece2f84374a6fab562846 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 18 Nov 2010 18:51:34 +0000 Subject: [PATCH] configure: And small fix to previous --with-systemdsystemunitdir fix. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]), -- 2.47.3