summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-05-03 21:02:46 -0500
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-23 12:07:46 +0100
commit1f4869a2089c6172feff382e177d74ac68c241a7 (patch)
tree96b5c39d666c27ac5d3ba143082d17f18d47d867 /configure.ac
parent0a4275b5343974073ca7c35fa1ff3c5b581573b8 (diff)
downloadexternal_mesa3d-1f4869a2089c6172feff382e177d74ac68c241a7.zip
external_mesa3d-1f4869a2089c6172feff382e177d74ac68c241a7.tar.gz
external_mesa3d-1f4869a2089c6172feff382e177d74ac68c241a7.tar.bz2
configure.ac: add pthreadstubs support
Add pthreadstubs to avoid pulling in full pthreads library. GBM will be the first user. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index de62e8b..3499e99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -800,6 +800,10 @@ dnl to -pthread, which causes problems if we need -lpthread to appear in
dnl pkgconfig files.
test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread"
+PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
+AC_SUBST(PTHREADSTUBS_CFLAGS)
+AC_SUBST(PTHREADSTUBS_LIBS)
+
dnl SELinux awareness.
AC_ARG_ENABLE([selinux],
[AS_HELP_STRING([--enable-selinux],