From: Rob Herring Date: Wed, 4 May 2016 02:02:46 +0000 (-0500) Subject: configure.ac: add pthreadstubs support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f4869a2;p=mesa.git 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 Reviewed-by: Emil Velikov Reviewed-by: Eric Anholt --- diff --git a/configure.ac b/configure.ac index de62e8babce..3499e99f5e4 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],