diff options
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -292,9 +292,7 @@ if (not compat(9, 1)) { # Enable autoreconf'ing by default in compat 10 or later. Use the # sequence add-on so existing --without=autoreconf unshift(@ARGV, "--with=autoreconf"); -} -if (not compat(10, 1)) { - # Enable systemd support by default in compat 11 or later. + # Enable systemd support by default in compat 10 or later. unshift(@ARGV, "--with=systemd"); } |