--- linuxsampler/trunk/configure.in 2009/03/01 22:22:03 1852 +++ linuxsampler/trunk/configure.in 2009/03/07 19:23:10 1857 @@ -5,7 +5,7 @@ LINUXSAMPLER_RELEASE_MAJOR=0 LINUXSAMPLER_RELEASE_MINOR=5 -LINUXSAMPLER_RELEASE_BUILD=1.10cvs +LINUXSAMPLER_RELEASE_BUILD=1.11cvs #------------------------------------------------------------------------------------ # The following is the libtool / shared library version. This doesn't have to @@ -490,7 +490,7 @@ have_au=1, have_au=0) AM_CONDITIONAL(HAVE_AU, test $have_au = "1") -AM_CONDITIONAL(HAVE_AUFLAGS, test test "$AUFLAGS" != "") +AM_CONDITIONAL(HAVE_AUFLAGS, test "$AUFLAGS" != "") # have we found at least one MIDI input and one audio output driver ?