From 87438d54177e3b644769f785442161c222005380 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 23 Feb 2004 16:41:05 +0000 Subject: Changed FLAY_LIBS to FLAC_LIBS, as pointed out by Lord_Nightmare on #scummvm. Clarified that it's FLAC >= 1.0.1 that the configure script is looking for. (That's when the seekable decoder was added.) svn-id: r13010 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index cd5433d80d..c6add9b362 100755 --- a/configure +++ b/configure @@ -633,14 +633,14 @@ else fi echo "$_vorbis" -echocheck "FLAC" +echocheck "FLAC >= 1.0.1" if test "$_flac" = auto ; then _flac=no cat > $TMPC << EOF #include int main(void) { FLAC__seekable_stream_decoder_init( 0 ); return 0; } EOF - cc_check $LDFLAGS $CXXFLAGS $FLAC_CFLAGS $FLAY_LIBS \ + cc_check $LDFLAGS $CXXFLAGS $FLAC_CFLAGS $FLAC_LIBS \ -lFLAC -lm && _flac=yes fi if test "$_flac" = yes ; then -- cgit v1.2.3