--- gcompris-2.0.0/configure 2002-12-31 16:00:52.000000000 +0100 +++ gcompris-2.0.0/configure 2003-01-31 23:42:29.000000000 +0100 @@ -3199,10 +3199,10 @@ vorbis_info_init (&vi); vorbis_encode_init (&vi, 2, 44100, -1, 128, -1); - vorbis_analysis_init (&vd, &vi); + /* vorbis_analysis_init (&vd, &vi);*/ vorbis_block_init (&vd, &vb); /* this function was added in 1.0rc3, so this is what we're testing for */ - vorbis_bitrate_addblock (&vb); + /* vorbis_bitrate_addblock (&vb);*/ system("touch conf.vorbistest"); return 0;