summarylogtreecommitdiffstats
path: root/remove_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remove_check.patch')
-rw-r--r--remove_check.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/remove_check.patch b/remove_check.patch
new file mode 100644
index 000000000000..ff39df5cb8c3
--- /dev/null
+++ b/remove_check.patch
@@ -0,0 +1,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