diff -ur Chromium-0.9.orig/scripts/configure_functions Chromium-0.9/scripts/configure_functions --- Chromium-0.9.orig/scripts/configure_functions 2003-02-04 12:45:43 +0300 +++ Chromium-0.9/scripts/configure_functions 2003-02-04 12:46:22 +0300 @@ -205,10 +205,10 @@ echo "" > /dev/null return 1 else - if [ -f $LIBVORBISDIR/vorbisfile.a ]; then - LIBVORBISFILE="$LIBVORBISDIR/vorbisfile.a" + if [ -f $LIBVORBISDIR/vorbisfile.so ]; then + LIBVORBISFILE="$LIBVORBISDIR/vorbisfile.so" else - if [ -f $LIBVORBISDIR/libvorbisfile.a ]; then + if [ -f $LIBVORBISDIR/libvorbisfile.so ]; then LIBVORBISFILE="-lvorbisfile" else LIBVORBISDIR=""