From a65778ab4db706c5af68f3dbada24fdd64f68f9f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 May 2004 07:19:24 +0000 Subject: [PATCH] s/==/=/ --- stepmania/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 49a67d7b43..3e48404126 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -125,7 +125,7 @@ if test "$have_libavformat" = "yes" -a "$have_libavcodec" = "yes"; then have_ffmpeg=yes AC_DEFINE(HAVE_FFMPEG, 1, [FMPEG support available]) fi -AM_CONDITIONAL(HAVE_FFMPEG, test "$have_ffmpeg" == "yes" ) +AM_CONDITIONAL(HAVE_FFMPEG, test "$have_ffmpeg" = "yes") SM_CHECK_CRASH_HANDLER