summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-08-01 11:16:57 -0700
committerThiago Macieira <thiago.macieira@intel.com>2023-08-29 07:41:11 -0700
commita93f02e3ad6f1bd1b2469e709c84196f5a87e449 (patch)
treefbbd757c6ea7f795344dc5fd8b76721f021ad98e /config_help.txt
parent9c70e117114b51d3c72283d976048e2768968039 (diff)
CMake: remove test for eventfd, replace with __has_include
This also removes the configure option and therefore makes the feature not disable-able. Saves 350 ms of CMake time. Change-Id: Ifbf974a4d10745b099b1fffd17775528767595d4 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 37b67e088f..7681b5f79f 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -221,7 +221,6 @@ Core options:
-doubleconversion .... Select used double conversion library [system/qt/no]
No implies use of sscanf_l and snprintf_l (imprecise).
-glib ................ Enable Glib support [no; auto on Unix]
- -eventfd ............. Enable eventfd support
-inotify ............. Enable inotify support
-icu ................. Enable ICU support [auto]
-pcre ................ Select used libpcre2 [system/qt/no]