[Spice-devel] [PATCH spice-common] meson: Remove some useless checks
Frediano Ziglio
fziglio at redhat.com
Wed Mar 13 17:24:37 UTC 2019
Do not check for functions not used or available in C89 and earlier.
Autoconf check for them to support archaic systems.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
meson.build | 5 -----
1 file changed, 5 deletions(-)
diff --git a/meson.build b/meson.build
index f451f1c..f69e4bc 100644
--- a/meson.build
+++ b/meson.build
@@ -77,11 +77,6 @@ endforeach
# check for system functions
#
functions = ['alloca',
- 'dup2',
- 'floor',
- 'fork',
- 'memmove',
- 'memset',
'sigaction',
'drand48']
--
2.20.1
More information about the Spice-devel
mailing list