From: Emil Velikov Date: Wed, 5 Apr 2017 16:21:29 +0000 (+0100) Subject: configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=830712482968a3f3fe30e9618b11546ff0bbb51b;p=mesa.git configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD 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 Reported-by: Andreas Boll Signed-off-by: Emil Velikov --- diff --git a/configure.ac b/configure.ac index 1c60a598239..74a28ac1d96 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" ;; * )