[Mesa-dev] [PATCH 4/4] configure.ac: remove manual AC_SUBST for pthread-stubs

Emil Velikov emil.l.velikov at gmail.com
Sun Jun 4 23:04:02 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Unneeded, since the PKG_CHECK_MODULES macro already does the
substitution of the package Cflags/Libs.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d9d299ea5bf..bdc62d05995 100644
--- a/configure.ac
+++ b/configure.ac
@@ -839,8 +839,6 @@ esac
 
 if test "x$pthread_stubs_possible" = xyes; then
     PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs >= 0.4)
-    AC_SUBST(PTHREADSTUBS_CFLAGS)
-    AC_SUBST(PTHREADSTUBS_LIBS)
 fi
 
 dnl SELinux awareness.
-- 
2.13.0



More information about the mesa-dev mailing list