changeset 28207:31489c64c2af

Update JACK configure test to match r28241
author reimar
date Sun, 04 Jan 2009 11:52:37 +0000
parents 678a664a79ea
children 06f8e00b14b3
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 04 11:51:11 2009 +0000
+++ b/configure	Sun Jan 04 11:52:37 2009 +0000
@@ -5242,7 +5242,7 @@
 
 cat > $TMPC << EOF
 #include <jack/jack.h>
-int main(void) { jack_client_new("test"); return 0; }
+int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
 EOF
   if cc_check -ljack ; then
     _libs_mplayer="$_libs_mplayer -ljack"