mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 12:18:09 +02:00
2008-03-23 Tollef Fog Heen <tfheen@err.no>
* check/check-requires-private: Remove unnecessary set -x
This commit is contained in:
parent
3954a7ee3e
commit
15e72cef72
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2008-03-23 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* check/check-requires-private: Remove unnecessary set -x
|
||||
|
||||
* check/check-cflags, check/check-define-variable,
|
||||
check/check-includedir, check/check-libs,
|
||||
check/check-libs-private, check/check-requires-private: Replace
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ set -e
|
|||
|
||||
. ${srcdir}/common
|
||||
|
||||
set -x
|
||||
# expect cflags from requires-test and public-dep
|
||||
ARGS="--cflags requires-test"
|
||||
RESULT="-I/requires-test/include -I/private-dep/include -I/public-dep/include"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue