From cca4aeeead1985f503d175eb1fcad9ed66f2e25d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 2 Apr 2011 01:08:31 +0200 Subject: tmpfiles: split off rules for legacy systems into legacy.conf --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 58493511f7..0821e72355 100644 --- a/configure.ac +++ b/configure.ac @@ -411,6 +411,7 @@ AM_CONDITIONAL(TARGET_ALTLINUX, test x"$with_distro" = xaltlinux) AM_CONDITIONAL(TARGET_MANDRIVA, test x"$with_distro" = xmandriva) AM_CONDITIONAL(HAVE_PLYMOUTH, test -n "$have_plymouth") +AM_CONDITIONAL(HAVE_SYSV_COMPAT, test "$SYSTEM_SYSV_COMPAT" = "yes") AC_ARG_WITH([dbuspolicydir], AS_HELP_STRING([--with-dbuspolicydir=DIR], [D-Bus policy directory]), -- cgit v1.2.3-54-g00ecf