diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-02 01:08:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-02 01:08:31 +0200 |
commit | cca4aeeead1985f503d175eb1fcad9ed66f2e25d (patch) | |
tree | f1d7de6984a2825960d58e1c28a5d545c38fe52e /configure.ac | |
parent | bb29785e0df6a7cf07db0259a60bc1f3b4814cb4 (diff) |
tmpfiles: split off rules for legacy systems into legacy.conf
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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]), |