Mercurial > otakunoraifu
diff configure.ac @ 26:f45da03ca631
* Corrected --disable-vorbis in configure.ac
* Added sound configuration
* Added misc functions
author | thib |
---|---|
date | Sun, 01 Mar 2009 19:08:02 +0000 |
parents | 2110e0cf64ac |
children | b76a8da75ec3 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ AC_CHECK_LIB(jpeg, jpeg_start_decompress dnl ogg vobis AC_ARG_WITH(vorbis, AS_HELP_STRING([--disable-vorbis], [Build with vorbis and ogg (default yes)])) -if test X$with_vorbis = X"yes"; then +if test X$with_vorbis != X"no"; then AC_ARG_ENABLE(tremor, AS_HELP_STRING([--enable-tremor], [enable tremor (integer-only implementation of vorbisfile) (default no)])) AC_CHECK_LIB(ogg, ogg_stream_init)