Ticket #16051: patch-SConstruct.diff

File patch-SConstruct.diff, 856 bytes (added by dbevans (David B. Evans), 16 years ago)

patch file for files directory

  • SConstruct

    old new  
    549549        # Check for aubio header as well as the library
    550550        #
    551551
    552         conf = Configure(libraries['aubio'])
     552        # conf = Configure(libraries['aubio'])
    553553
    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.')
    558559
    559560if env['FREESOUND']:
    560561        #