From: Emil Velikov <emil.veli...@collabora.com> As mentioned on the xcb mailing list, the platform uses the GLIBC forwarding mechanism.
https://lists.freedesktop.org/archives/xcb/2016-November/010896.html Cc: Andreas Boll <andreas.boll....@gmail.com> Reported-by: Andreas Boll <andreas.boll....@gmail.com> Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 83cd5d1d15e..e00b7368a7e 100644 --- a/configure.ac +++ b/configure.ac @@ -817,7 +817,7 @@ fi dnl pthread-stubs is mandatory on BSD platforms, due to the nature of the dnl project. Even then there's a notable issue as described in the project README case "$host_os" in -linux* | cygwin* | darwin* | solaris* | gnu*) +linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu*) pthread_stubs_possible="no" ;; * ) -- 2.11.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev