[Spice-commits] meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 15 15:46:15 UTC 2019


 meson.build |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 81e2092fc7d1c16d5b0e22fd2fd99096896ba91d
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Nov 23 07:52:52 2018 +0000

    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 at redhat.com>
    Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

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']
 


More information about the Spice-commits mailing list