configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 5 Apr 2017 16:21:29 +0000 (17:21 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 5 Apr 2017 16:47:41 +0000 (17:47 +0100)
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.dev@gmail.com>
Reported-by: Andreas Boll <andreas.boll.dev@gmail.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac

index 1c60a5982395e6cddb7618d9f498efb6d75ec4d0..74a28ac1d96ea9c47bffc91bca0d546fc5620bec 100644 (file)
@@ -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"
     ;;
 * )