meson: Remove some useless checks

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@redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-11-23 07:52:52 +00:00
parent 387d1842d1
commit 81e2092fc7

View File

@ -77,11 +77,6 @@ endforeach
# check for system functions
#
functions = ['alloca',
'dup2',
'floor',
'fork',
'memmove',
'memset',
'sigaction',
'drand48']