From 8f968c7321be09e7a41b29a0d5d2d2c13ee7ded1 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 5 Aug 2017 18:30:37 -0400 Subject: [PATCH] Revert "README: document that gperf 3.1 is required for building now" (#6541) This reverts commit 4f5e972279d9ee6192930a0392f49cae9ad45daa. Building with gperf 3.0 works just fine; we had an autoconf check to determine the correct data types, and this check was ported to meson. --- NEWS | 3 --- README | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 199b020d8b..60758b5dcb 100644 --- a/NEWS +++ b/NEWS @@ -143,9 +143,6 @@ CHANGES WITH 234: CHANGES WITH 233: - * This version requires at least gperf 3.1 for building, 3.0 is not - sufficient. - * The "hybrid" control group mode has been modified to improve compatibility with "legacy" cgroups-v1 setups. Specifically, the "hybrid" setup of /sys/fs/cgroup is now pretty much identical to diff --git a/README b/README index bf010f8acf..5ebaf95796 100644 --- a/README +++ b/README @@ -151,7 +151,7 @@ REQUIREMENTS: libidn2 or libidn (optional) elfutils >= 158 (optional) pkg-config - gperf >= 3.1 + gperf docbook-xsl (optional, required for documentation) xsltproc (optional, required for documentation) python-lxml (optional, required to build the indices)