From 1b03323e17c096000d7c5b6b60cc2fb9fcc9f2d1 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 5 Jun 2017 00:04:02 +0100 Subject: 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 --- configure.ac | 2 -- 1 file changed, 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. -- cgit v1.2.3