Revert "README: document that gperf 3.1 is required for building now" (#6541)

This reverts commit 4f5e972279.

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.
This commit is contained in:
Mike Gilbert 2017-08-05 18:30:37 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 054ee249a2
commit 8f968c7321
2 changed files with 1 additions and 4 deletions

3
NEWS
View File

@ -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

2
README
View File

@ -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)