changeset 13349:2bfd09c32fba

Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
author faust3
date Wed, 15 Sep 2004 16:01:34 +0000
parents 2242f7d95b14
children dab72e81d849
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Sep 15 15:33:52 2004 +0000
+++ b/configure	Wed Sep 15 16:01:34 2004 +0000
@@ -4277,7 +4277,7 @@
 int main(void) { JACK_Init(); return 0; }
 EOF
         # This test only checks the minor version number.
-        if ( ( test ! `bio2jack-config --version | cut -d '.' -f 2` -ge 2 ) ) ; then
+        if ( ( test ! `bio2jack-config --version | cut -d '.' -f 2` -ge 3 ) ) ; then
 	    _jack=no;
 	elif test -z "$_bio2jackdir" ; then
 		cc_check -lbio2jack `pkg-config --libs --cflags jack` && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _jack=yes