13
0

Fix for scons syntax error.

git-svn-id: svn://localhost/ardour2/trunk@1654 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2007-04-02 16:49:03 +00:00
parent d7df60bf11
commit 54de497572

View File

@ -729,7 +729,7 @@ libraries['flac'].Append(CCFLAGS="-I/usr/local/include", LINKFLAGS="-L/usr/local
conf = Configure (libraries['flac'])
if conf.CheckLib ('FLAC', 'FLAC__stream_decoder_new', language='CXX'):
conf.env.Append('-DHAVE_FLAC')
conf.env.Append(CCFLAGS='-DHAVE_FLAC')
libraries['flac'] = conf.Finish ()
# or if that fails...