Module: Mesa Branch: master Commit: 1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1
Author: Emil Velikov <[email protected]> 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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- 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. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
