From cc8182fb7efcf1f38c71cb8c9a98e5b4216724ee Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 27 Jan 2007 02:13:45 +0000 Subject: [PATCH] fix --without-theora --- stepmania/autoconf/m4/video.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/autoconf/m4/video.m4 b/stepmania/autoconf/m4/video.m4 index e07ac07bba..e9d8d633f6 100644 --- a/stepmania/autoconf/m4/video.m4 +++ b/stepmania/autoconf/m4/video.m4 @@ -68,7 +68,7 @@ AM_CONDITIONAL(HAVE_FFMPEG, test "$have_ffmpeg" = "yes") -AC_ARG_WITH(theora, AC_HELP_STRING([--without-theora], [Disable Theora support]), with_theora=$enableval, with_theora=yes) +AC_ARG_WITH(theora, AC_HELP_STRING([--without-theora], [Disable Theora support]), with_theora=$withval, with_theora=yes) have_vorbis=no if test "$with_theora" = "yes"; then