Mesa (master): configure.ac: remove manual AC_SUBST for pthread-stubs

Emil Velikov evelikov at kemper.freedesktop.org
Thu Jun 15 22:26:52 UTC 2017


Module: Mesa
Branch: master
Commit: 1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Mon Jun  5 00:04:02 2017 +0100

configure.ac: remove manual AC_SUBST for pthread-stubs

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>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9b1c43a5b6..ce501aef4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -856,8 +856,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.




More information about the mesa-commit mailing list