summarylogtreecommitdiffstats
path: root/remove_check.patch
blob: ff39df5cb8c359e67663e7bb8135cb226aa12ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/configure.ac b/configure.ac
index b5f25905..b9a15afb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -463,11 +463,6 @@ if test "x$enable_zram" = "xyes" \
         fi
     fi
 
-    # needs systemd
-    if test -z "$systemdsystemunitdir"; then
-        AC_MSG_ERROR([systemd is required for ZRAM support])
-    fi
-
     have_zram="yes"
 
     if test "$have_kbd" = "yes" -a "$have_swap" = "yes"; then