From cd3f8dba11065da6933b8f361623612fa6be4145 Mon Sep 17 00:00:00 2001 From: Hans Fugal Date: Wed, 9 Aug 2006 21:38:44 +0000 Subject: r294@gandalf: fugalh | 2006-08-09 15:38:00 -0600 Oops, that wasn't supposed to be checked in... git-svn-id: svn://localhost/ardour2/branches/undo@774 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 8f23417a07..fcc5382e92 100644 --- a/SConstruct +++ b/SConstruct @@ -454,7 +454,8 @@ conf = Configure (libraries['flac']) conf.CheckLib ('FLAC', 'FLAC__stream_decoder_new', language='CXX') libraries['flac'] = conf.Finish () -libraries['flac'] = LibraryInfo (LIBS='FLAC') +# or if that fails... +#libraries['flac'] = LibraryInfo (LIBS='FLAC') # # Check for liblo -- cgit v1.2.3