summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-02 01:08:31 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-02 01:08:31 +0200
commitcca4aeeead1985f503d175eb1fcad9ed66f2e25d (patch)
treef1d7de6984a2825960d58e1c28a5d545c38fe52e /configure.ac
parentbb29785e0df6a7cf07db0259a60bc1f3b4814cb4 (diff)
tmpfiles: split off rules for legacy systems into legacy.conf
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 58493511f..0821e7235 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]),