Ticket #16051: patch-SConstruct.diff
File patch-SConstruct.diff, 856 bytes (added by dbevans (David B. Evans), 16 years ago) |
---|
-
SConstruct
old new 549 549 # Check for aubio header as well as the library 550 550 # 551 551 552 conf = Configure(libraries['aubio'])552 # conf = Configure(libraries['aubio']) 553 553 554 if conf.CheckHeader ('aubio/aubio.h') == False: 555 print ('AUBIO-related features be compiled without the aubio headers, which do not seem to be installed') 556 env['AUBIO'] = 0 557 conf.Finish() 554 # if conf.CheckHeader ('aubio/aubio.h') == False: 555 # print ('AUBIO-related features be compiled without the aubio headers, which do not seem to be installed') 556 # env['AUBIO'] = 0 557 # conf.Finish() 558 print ('AUBIO-related features will be compiled.') 558 559 559 560 if env['FREESOUND']: 560 561 #