summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh4
1 files changed, 1 insertions, 3 deletions
diff --git a/dh b/dh
index 98295a28..4acad268 100755
--- a/dh
+++ b/dh
@@ -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");
}