Changeset 505
- Timestamp:
- 09/21/08 18:58:43 (2 months ago)
- Files:
-
- trunk/Sconstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Sconstruct
r469 r505 370 370 # these libraries are optional (can be enabled/disabled, see 'scons -h') 371 371 372 if portaudio and not conf.CheckCHeader('portaudio.h'): 373 print "portaudio must be installed!" 374 Exit(1) 375 376 if portmidi and not conf.CheckCHeader('portmidi.h'): 377 print "portmidi must be installed!" 378 Exit(1) 379 380 372 381 #alsa: (default: enabled) 373 382 if alsa and not conf.CheckCHeader('alsa/asoundlib.h'):
