# HG changeset patch # User diego # Date 1155406911 0 # Node ID c97b028f0e6b9372665997712837962542ecadd1 # Parent eb51949c73eb8c8c8a0e0526a0d197bd3bfb3830 Print "no" if all of the Vorbis tests failed. diff -r eb51949c73eb -r c97b028f0e6b configure --- a/configure Sat Aug 12 17:46:40 2006 +0000 +++ b/configure Sat Aug 12 18:21:51 2006 +0000 @@ -5599,6 +5599,7 @@ _res_comment="libvorbis" _ld_vorbis='-lvorbis -logg' else + _vorbis=no _nocodecmodules="libvorbis $_nocodecmodules" fi echores "$_vorbis"