X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=b71d5de30a6f2c48979422646be152e64b9e3ab3;hp=086872c696ba9f6a1de698041b9b481f2f760294;hb=77e68fa2f0bd018bab2621a31919bfaa6a6b0a35;hpb=32f992a514949b42550b97cadb3bb5499b54ca49;ds=inline diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 086872c69..b71d5de30 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3436,7 +3436,7 @@ finish: static int enable_sysv_units(char **args) { int r = 0; -#if defined (HAVE_SYSV_COMPAT) && (defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA) || defined(TARGET_SUSE) || defined(TARGET_ALTLINUX) || defined(TARGET_MAGEIA)) +#if defined(HAVE_SYSV_COMPAT) && defined(HAVE_CHKCONFIG) const char *verb = args[0]; unsigned f = 1, t = 1; LookupPaths paths;