Shut up jack pkg-config.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-10-04 22:47:13 +00:00
parent 42f5436396
commit 0958cf761b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4631,7 +4631,7 @@ int main(void) { jack_client_new("test"); return 0; }
EOF
if cc_check -ljack ; then
_ld_jack="-ljack"
elif cc_check `pkg-config --libs --cflags jack` ; then
elif cc_check `pkg-config --libs --cflags --silence-errors jack` ; then
_ld_jack="`pkg-config --libs jack`"
_inc_jack="`pkg-config --cflags jack`"
else