2008-03-23 Tollef Fog Heen <tfheen@err.no>

* check/check-requires-private: Remove unnecessary set -x
This commit is contained in:
Tollef Fog Heen 2008-03-23 21:11:25 +01:00
parent 3954a7ee3e
commit 15e72cef72
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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"