]> git.pld-linux.org Git - packages/StepMania.git/blame - StepMania-3.9-vorbis.patch
- cleanup
[packages/StepMania.git] / StepMania-3.9-vorbis.patch
CommitLineData
e9397a32 1--- aclocal.m4.orig 2006-05-05 19:12:10.412237750 -0600
2+++ aclocal.m4 2006-05-05 19:12:22.568997500 -0600
3@@ -1,6 +1,6 @@
4 AC_DEFUN(SM_AUDIO, [
5
6-AC_ARG_WITH(vorbis, AC_HELP_STRING([--without-vorbis], [Disable Vorbis support]), with_vorbis=$enableval, with_vorbis=yes)
7+AC_ARG_WITH(vorbis, AC_HELP_STRING([--without-vorbis], [Disable Vorbis support]), with_vorbis=$withval, with_vorbis=yes)
8
9 # This is used to force the integer decoder, on systems that prefer it.
10 AC_ARG_WITH(integer-vorbis, AC_HELP_STRING([--with-integer-vorbis], [Integer vorbis decoding only]), with_int_vorbis=$withval, with_int_vorbis=no)
This page took 0.116202 seconds and 4 git commands to generate.