From 0958cf761ba0352b2f20933d0973838296db85a4 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Oct 2005 22:47:13 +0000 Subject: [PATCH] Shut up jack pkg-config. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 25cabddb66..2f87deb76b 100755 --- a/configure +++ b/configure @@ -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