From a9a0bcb68a5f6459510cd7d83bd1380dce7fc323 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 10 Dec 2003 08:14:48 +0000 Subject: [PATCH] add SM_ZLIB --- stepmania/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index ea704e977b..7b6a5ab718 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -72,6 +72,7 @@ AM_CONDITIONAL(NHAVE_SDL, test x$enable_sdl = xno ) # exit 0; #fi +SM_ZLIB SM_AUDIO AC_SEARCH_LIBS(avcodec_init, [avcodec], have_libavcodec=yes, have_libavcodec=no)