update configure script as well...

svn-id: r5326
This commit is contained in:
Jonathan Gray 2002-10-27 05:56:36 +00:00
parent 7ad723a655
commit e371811d7b

6
configure vendored
View File

@ -104,8 +104,12 @@ for x in $@; do
echo "#define USE_ALSA" >> config.h
LIBS="$LIBS -lasound"
;;
x--with-vorbis)
echo "#define USE_VORBIS" >> config.h
LIBS="$LIBS -lvorbisfile -lvorbis"
;;
x--with-mad)
echo "#define COMPRESSED_SOUND_FILE" >> config.h
echo "#define USE_MAD" >> config.h
LIBS="$LIBS -lmad"
;;
x--enable-dump-scripts)