summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-06-05 00:04:02 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-06-15 23:24:26 +0100
commit1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1 (patch)
tree2dfaf39c161e61cd643eee8eff321ebf12879708
parente5aa806e5f01b842d1af4775f8e4c53282908304 (diff)
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@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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.