From fde8d11d9da56d32c7fbd2388cbe8938fea30814 Mon Sep 17 00:00:00 2001 From: Doug McLain Date: Mon, 25 Jun 2007 18:29:44 +0000 Subject: [PATCH] use different symbol for flac version check, the other one wasn't working correctly git-svn-id: svn://localhost/ardour2/trunk@2031 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 0e7c571b79..34a7071a66 100644 --- a/SConstruct +++ b/SConstruct @@ -743,7 +743,7 @@ libraries['flac'].Append(CCFLAGS="-I/usr/local/include", LINKFLAGS="-L/usr/local # conf = Configure (libraries['flac']) -if conf.CheckLib ('FLAC', 'FLAC__seekable_stream_decoder_set_read_callback', language='CXX'): +if conf.CheckLib ('FLAC', 'FLAC__seekable_stream_decoder_init', language='CXX'): conf.env.Append(CCFLAGS='-DHAVE_FLAC') use_flac = False else: