From: Emil Velikov Date: Sun, 4 Jun 2017 23:04:02 +0000 (+0100) Subject: configure.ac: remove manual AC_SUBST for pthread-stubs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1;p=mesa.git 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 Reviewed-by: Eric Engestrom --- diff --git a/configure.ac b/configure.ac index 9b1c43a5b62..ce501aef4d2 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.