projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5aa806
)
configure.ac: remove manual AC_SUBST for pthread-stubs
author
Emil Velikov
<emil.velikov@collabora.com>
Sun, 4 Jun 2017 23:04:02 +0000
(
00:04
+0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 15 Jun 2017 22:24:26 +0000
(23:24 +0100)
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>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 9b1c43a5b62470b72328ed2bcf459230a1d4290c..ce501aef4d2bb7fdbd9e771212bb1968dcedc3e0 100644
(file)
--- 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.